Class: Aws::Types::CreateBucketRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBucketRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#enable_object_versioning ⇒ Boolean
Returns the value of attribute enable_object_versioning.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
540 541 542 |
# File 'sig/types.rbs', line 540 def bucket_name @bucket_name end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
541 542 543 |
# File 'sig/types.rbs', line 541 def bundle_id @bundle_id end |
#enable_object_versioning ⇒ Boolean
Returns the value of attribute enable_object_versioning.
543 544 545 |
# File 'sig/types.rbs', line 543 def enable_object_versioning @enable_object_versioning end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
542 543 544 |
# File 'sig/types.rbs', line 542 def end |