Class: Aws::S3::Types::GetBucketMetadataConfigurationOutput

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_configuration_resultTypes::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