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