struct Lightsail::CreateKeyPairResult

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 keyPair : KeyPair | Nil #

[View source]
def keyPair=(keyPair : KeyPair | Nil) #

[View source]
def operation : Operation | Nil #

[View source]
def operation=(operation : Operation | 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]