Class: Aws::S3::Types::DeleteBucketMetadataConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteBucketMetadataConfigurationRequest
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The general purpose bucket that you want to remove the metadata configuration from.
-
#expected_bucket_owner ⇒ String
The expected bucket owner of the general purpose bucket that you want to remove the metadata table configuration from.
Instance Attribute Details
#bucket ⇒ String
The general purpose bucket that you want to remove the metadata configuration from.
4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4213 class DeleteBucketMetadataConfigurationRequest < Struct.new( :bucket, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#expected_bucket_owner ⇒ String
The expected bucket owner of the general purpose bucket that you want to remove the metadata table configuration from.
4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4213 class DeleteBucketMetadataConfigurationRequest < Struct.new( :bucket, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |