Class: Aws::Types::UpdateBucketResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBucketResult
- 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.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def bucket @bucket end |
#operations ⇒ ::Array[Types::Operation]
Returns the value of attribute operations.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def operations @operations end |