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.
413 414 415 |
# File 'sig/types.rbs', line 413 def bucket @bucket end |
#location ⇒ Types::LocationInfo
Returns the value of attribute location.
412 413 414 |
# File 'sig/types.rbs', line 412 def location @location end |
#location_constraint ⇒ "af-south-1", ...
Returns the value of attribute location_constraint.
411 412 413 |
# File 'sig/types.rbs', line 411 def location_constraint @location_constraint end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
414 415 416 |
# File 'sig/types.rbs', line 414 def @tags end |