Class: Aws::S3::Types::GetBucketMetadataTableConfigurationOutput

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

#get_bucket_metadata_table_configuration_resultTypes::GetBucketMetadataTableConfigurationResult

The metadata table configuration for the general purpose bucket.



6328
6329
6330
6331
6332
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6328

class GetBucketMetadataTableConfigurationOutput < Struct.new(
  :get_bucket_metadata_table_configuration_result)
  SENSITIVE = []
  include Aws::Structure
end