struct Lightsail::Operation

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 createdAt : Time | Nil #

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

[View source]
def errorCode : String | Nil #

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

[View source]
def errorDetails : String | Nil #

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

[View source]
def id : String | Nil #

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

[View source]
def isTerminal : Bool | Nil #

[View source]
def isTerminal=(isTerminal : Bool | Nil) #

[View source]
def location : ResourceLocation | Nil #

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

[View source]
def operationDetails : String | Nil #

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

[View source]
def operationType : String | Nil #

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

[View source]
def resourceName : String | Nil #

[View source]
def resourceName=(resourceName : 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 statusChangedAt : Time | Nil #

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

[View source]