struct Lightsail::AutoSnapshotDetails

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

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

[View source]
def fromAttachedDisks : Array(AttachedDisk) | Nil #

[View source]
def fromAttachedDisks=(fromAttachedDisks : Array(AttachedDisk) | Nil) #

[View source]
def status : String | Nil #

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

[View source]