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.
      6894 6895 6896 6897 6898  | 
    
      # File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6894 class GetBucketMetadataConfigurationOutput < Struct.new( :get_bucket_metadata_configuration_result) SENSITIVE = [] include Aws::Structure end  |