Class: Aws::S3::Types::GetBucketMetadataConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketMetadataConfigurationOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#get_bucket_metadata_configuration_result ⇒ Types::GetBucketMetadataConfigurationResult
The metadata configuration for the general purpose bucket.
Instance Attribute Details
#get_bucket_metadata_configuration_result ⇒ Types::GetBucketMetadataConfigurationResult
The metadata configuration for the general purpose bucket.
6854 6855 6856 6857 6858 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6854 class GetBucketMetadataConfigurationOutput < Struct.new( :get_bucket_metadata_configuration_result) SENSITIVE = [] include Aws::Structure end |