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.
2260 2261 2262 2263 |
# File 'lib/aws-sdk-s3/types.rb', line 2260 class GetBucketAnalyticsConfigurationOutput < Struct.new( :analytics_configuration) include Aws::Structure end |