Class: Aws::Types::CreateBucketConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateBucketConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ Types::BucketInfo
Returns the value of attribute bucket.
-
#location ⇒ Types::LocationInfo
Returns the value of attribute location.
-
#location_constraint ⇒ "af-south-1", ...
Returns the value of attribute location_constraint.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#bucket ⇒ Types::BucketInfo
Returns the value of attribute bucket.
410 411 412 |
# File 'sig/types.rbs', line 410 def bucket @bucket end |
#location ⇒ Types::LocationInfo
Returns the value of attribute location.
409 410 411 |
# File 'sig/types.rbs', line 409 def location @location end |
#location_constraint ⇒ "af-south-1", ...
Returns the value of attribute location_constraint.
408 409 410 |
# File 'sig/types.rbs', line 408 def location_constraint @location_constraint end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
411 412 413 |
# File 'sig/types.rbs', line 411 def @tags end |