struct Lightsail::CreateKeyPairRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(keyPairName : String, tags : Array(Tag) | Nil = nil) #

[View source]

Instance Method Detail

def fill_in(request : HTTP::Request) : HTTP::Request #

[View source]
def keyPairName : String #

[View source]
def keyPairName=(keyPairName : String) #

[View source]
def tags : Array(Tag) | Nil #

[View source]
def tags=(tags : Array(Tag) | Nil) #

[View source]