Class: Aws::Types::CreateBucketOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBucketOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
435 436 437 |
# File 'sig/types.rbs', line 435 def bucket_arn @bucket_arn end |
#location ⇒ ::String
Returns the value of attribute location.
434 435 436 |
# File 'sig/types.rbs', line 434 def location @location end |