struct Lightsail::ContactMethod

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 arn : String | Nil #

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

[View source]
def contactEndpoint : String | Nil #

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

[View source]
def createdAt : Time | Nil #

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

[View source]
def location : ResourceLocation | Nil #

[View source]
def location=(location : ResourceLocation | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def protocol : String | Nil #

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

[View source]
def resourceType : String | Nil #

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

[View source]
def status : String | Nil #

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

[View source]
def supportCode : String | Nil #

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

[View source]