Class: Aws::S3::Types::GetBucketMetadataConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketMetadataConfigurationRequest
- 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 corresponds to the metadata 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 for.
Instance Attribute Details
#bucket ⇒ String
The general purpose bucket that corresponds to the metadata configuration that you want to retrieve.
6872 6873 6874 6875 6876 6877 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6872 class GetBucketMetadataConfigurationRequest < 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 for.
6872 6873 6874 6875 6876 6877 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6872 class GetBucketMetadataConfigurationRequest < Struct.new( :bucket, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |