Class: Aws::S3::Types::DeleteBucketMetadataTableConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The general purpose bucket that you want to remove the metadata table configuration from.

Returns:

  • (String)


4040
4041
4042
4043
4044
4045
# File 'lib/aws-sdk-s3/types.rb', line 4040

class DeleteBucketMetadataTableConfigurationRequest < Struct.new(
  :bucket,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#expected_bucket_ownerString

The expected bucket owner of the general purpose bucket that you want to remove the metadata table configuration from.

Returns:

  • (String)


4040
4041
4042
4043
4044
4045
# File 'lib/aws-sdk-s3/types.rb', line 4040

class DeleteBucketMetadataTableConfigurationRequest < Struct.new(
  :bucket,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end