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.
438 439 440 |
# File 'sig/types.rbs', line 438 def bucket_arn @bucket_arn end |
#location ⇒ ::String
Returns the value of attribute location.
437 438 439 |
# File 'sig/types.rbs', line 437 def location @location end |