struct Lightsail::CreateBucketRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bucketName : String, bundleId : String, tags : Array(Tag) | Nil = nil, enableObjectVersioning : Bool | Nil = nil) #

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

[View source]

Instance Method Detail

def bucketName : String #

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

[View source]
def bundleId : String #

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

[View source]
def enableObjectVersioning : Bool | Nil #

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

[View source]
def fill_in(request : HTTP::Request) : HTTP::Request #

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

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

[View source]