Class: Aws::S3::Types::GetBucketMetadataTableConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketMetadataTableConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The general purpose bucket that contains the metadata table configuration that you want to retrieve.
-
#expected_bucket_owner ⇒ String
The expected owner of the general purpose bucket that you want to retrieve the metadata table configuration from.
Instance Attribute Details
#bucket ⇒ String
The general purpose bucket that contains the metadata table configuration that you want to retrieve.
6478 6479 6480 6481 6482 6483 |
# File 'lib/aws-sdk-s3/types.rb', line 6478 class GetBucketMetadataTableConfigurationRequest < Struct.new( :bucket, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#expected_bucket_owner ⇒ String
The expected owner of the general purpose bucket that you want to retrieve the metadata table configuration from.
6478 6479 6480 6481 6482 6483 |
# File 'lib/aws-sdk-s3/types.rb', line 6478 class GetBucketMetadataTableConfigurationRequest < Struct.new( :bucket, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |