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.
6604 6605 6606 6607 6608 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6604 class GetBucketAnalyticsConfigurationOutput < Struct.new( :analytics_configuration) SENSITIVE = [] include Aws::Structure end |