struct Lightsail::InstanceAccessDetails

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def certKey : String | Nil #

[View source]
def certKey=(certKey : String | Nil) #

[View source]
def expiresAt : Time | Nil #

[View source]
def expiresAt=(expiresAt : Time | Nil) #

[View source]
def hostKeys : Array(HostKeyAttributes) | Nil #

[View source]
def hostKeys=(hostKeys : Array(HostKeyAttributes) | Nil) #

[View source]
def instanceName : String | Nil #

[View source]
def instanceName=(instanceName : String | Nil) #

[View source]
def ipAddress : String | Nil #

[View source]
def ipAddress=(ipAddress : String | Nil) #

[View source]
def password : String | Nil #

[View source]
def password=(password : String | Nil) #

[View source]
def passwordData : PasswordData | Nil #

[View source]
def passwordData=(passwordData : PasswordData | Nil) #

[View source]
def privateKey : String | Nil #

[View source]
def privateKey=(privateKey : String | Nil) #

[View source]
def protocol : String | Nil #

[View source]
def protocol=(protocol : String | Nil) #

[View source]
def username : String | Nil #

[View source]
def username=(username : String | Nil) #

[View source]