struct Lightsail::InstanceAccessDetails
- Lightsail::InstanceAccessDetails
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
Instance Method Summary
- #certKey : String | Nil
- #certKey=(certKey : String | Nil)
- #expiresAt : Time | Nil
- #expiresAt=(expiresAt : Time | Nil)
- #hostKeys : Array(HostKeyAttributes) | Nil
- #hostKeys=(hostKeys : Array(HostKeyAttributes) | Nil)
- #instanceName : String | Nil
- #instanceName=(instanceName : String | Nil)
- #ipAddress : String | Nil
- #ipAddress=(ipAddress : String | Nil)
- #password : String | Nil
- #password=(password : String | Nil)
- #passwordData : PasswordData | Nil
- #passwordData=(passwordData : PasswordData | Nil)
- #privateKey : String | Nil
- #privateKey=(privateKey : String | Nil)
- #protocol : String | Nil
- #protocol=(protocol : String | Nil)
- #username : String | Nil
- #username=(username : String | Nil)