Class: Aws::S3::Types::GetBucketAnalyticsConfigurationOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3::Types::GetBucketAnalyticsConfigurationOutput
 
 
- Defined in:
 - gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #analytics_configuration  ⇒ Types::AnalyticsConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration and any analyses for the analytics filter.
 
Instance Attribute Details
#analytics_configuration ⇒ Types::AnalyticsConfiguration
The configuration and any analyses for the analytics filter.
      6493 6494 6495 6496 6497  | 
    
      # File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6493 class GetBucketAnalyticsConfigurationOutput < Struct.new( :analytics_configuration) SENSITIVE = [] include Aws::Structure end  |