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
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.
4843 4844 4845 4846 4847 |
# File 'lib/aws-sdk-s3/types.rb', line 4843 class GetBucketAnalyticsConfigurationOutput < Struct.new( :analytics_configuration) SENSITIVE = [] include Aws::Structure end |