Class: Aws::S3::Types::GetBucketAnalyticsConfigurationOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configurationTypes::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