struct Lightsail::SetIpAddressTypeRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(resourceType : String, resourceName : String, ipAddressType : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

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

[View source]
def ipAddressType : String #

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

[View source]
def resourceName : String #

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

[View source]
def resourceType : String #

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

[View source]