Class: Aws::S3::Types::GetBucketMetadataTableConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketMetadataTableConfigurationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#get_bucket_metadata_table_configuration_result ⇒ Types::GetBucketMetadataTableConfigurationResult
The metadata table configuration for the general purpose bucket.
Instance Attribute Details
#get_bucket_metadata_table_configuration_result ⇒ Types::GetBucketMetadataTableConfigurationResult
The metadata table configuration for the general purpose bucket.
6474 6475 6476 6477 6478 |
# File 'lib/aws-sdk-s3/types.rb', line 6474 class GetBucketMetadataTableConfigurationOutput < Struct.new( :get_bucket_metadata_table_configuration_result) SENSITIVE = [] include Aws::Structure end |