Class: Aws::Types::DeleteBucketRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBucketRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
911 912 913 |
# File 'sig/types.rbs', line 911 def bucket_name @bucket_name end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
912 913 914 |
# File 'sig/types.rbs', line 912 def force_delete @force_delete end |