Class: Aws::Types::CreateBucketResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateBucketResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ Types::Bucket
Returns the value of attribute bucket.
-
#operations ⇒ ::Array[Types::Operation]
Returns the value of attribute operations.
Instance Attribute Details
#bucket ⇒ Types::Bucket
Returns the value of attribute bucket.
548 549 550 |
# File 'sig/types.rbs', line 548 def bucket @bucket end |
#operations ⇒ ::Array[Types::Operation]
Returns the value of attribute operations.
549 550 551 |
# File 'sig/types.rbs', line 549 def operations @operations end |