struct Lightsail::CopySnapshotRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(targetSnapshotName : String, sourceRegion : String, sourceSnapshotName : String | Nil = nil, sourceResourceName : String | Nil = nil, restoreDate : String | Nil = nil, useLatestRestorableAutoSnapshot : Bool | Nil = nil) #

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

[View source]

Instance Method Detail

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

[View source]
def restoreDate : String | Nil #

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

[View source]
def sourceRegion : String #

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

[View source]
def sourceResourceName : String | Nil #

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

[View source]
def sourceSnapshotName : String | Nil #

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

[View source]
def targetSnapshotName : String #

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

[View source]
def useLatestRestorableAutoSnapshot : Bool | Nil #

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

[View source]