struct Lightsail::CreateBucketRequest
- Lightsail::CreateBucketRequest
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
- .new(bucketName : String, bundleId : String, tags : Array(Tag) | Nil = nil, enableObjectVersioning : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #bucketName : String
- #bucketName=(bucketName : String)
- #bundleId : String
- #bundleId=(bundleId : String)
- #enableObjectVersioning : Bool | Nil
- #enableObjectVersioning=(enableObjectVersioning : Bool | Nil)
- #fill_in(request : HTTP::Request) : HTTP::Request
- #tags : Array(Tag) | Nil
- #tags=(tags : Array(Tag) | Nil)
Constructor Detail
def self.new(bucketName : String, bundleId : String, tags : Array(Tag) | Nil = nil, enableObjectVersioning : Bool | Nil = nil)
#