Class: Aws::Types::CreateBucketResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateBucketResult
- 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.
250 251 252 |
# File 'sig/types.rbs', line 250 def bucket_arn @bucket_arn end |
#location ⇒ ::String
Returns the value of attribute location.
249 250 251 |
# File 'sig/types.rbs', line 249 def location @location end |