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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The general purpose bucket that corresponds to the metadata table configuration that you want to retrieve.

Returns:

  • (String)


6957
6958
6959
6960
6961
6962
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6957

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 for.

Returns:

  • (String)


6957
6958
6959
6960
6961
6962
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6957

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