Class: Aws::Types::DeleteBucketRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBucketRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
384 385 386 |
# File 'sig/types.rbs', line 384 def account_id @account_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
385 386 387 |
# File 'sig/types.rbs', line 385 def bucket @bucket end |