Class: Aws::S3::Types::DeleteBucketRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteBucketRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass DeleteBucketRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#bucket ⇒ String
1740 1741 1742 1743 |
# File 'lib/aws-sdk-s3/types.rb', line 1740 class DeleteBucketRequest < Struct.new( :bucket) include Aws::Structure end |