struct Lightsail::DownloadDefaultKeyPairResult

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(response : HTTP::Client::Response) #

[View source]

Instance Method Detail

def createdAt : Time | Nil #

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

[View source]
def privateKeyBase64 : String | Nil #

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

[View source]
def publicKeyBase64 : String | Nil #

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

[View source]