Class: Aws::Types::UpdateBucketBundleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBucketBundleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def bucket_name @bucket_name end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def bundle_id @bundle_id end |