Class: Aws::S3::Types::GetBucketAnalyticsConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketAnalyticsConfigurationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
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.
2449 2450 2451 2452 |
# File 'lib/aws-sdk-s3/types.rb', line 2449 class GetBucketAnalyticsConfigurationOutput < Struct.new( :analytics_configuration) include Aws::Structure end |