struct Lightsail::CreateInstanceSnapshotRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instanceSnapshotName : String, instanceName : String, tags : Array(Tag) | 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 instanceName : String #

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

[View source]
def instanceSnapshotName : String #

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

[View source]
def tags : Array(Tag) | Nil #

[View source]
def tags=(tags : Array(Tag) | Nil) #

[View source]