Class: Aws::S3::Types::GetBucketMetadataTableConfigurationRequest

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 contains the metadata table configuration that you want to retrieve.

Returns:

  • (String)


6492
6493
6494
6495
6496
6497
# File 'lib/aws-sdk-s3/types.rb', line 6492

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

#expected_bucket_ownerString

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

Returns:

  • (String)


6492
6493
6494
6495
6496
6497
# File 'lib/aws-sdk-s3/types.rb', line 6492

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