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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configurationTypes::AnalyticsConfiguration

The configuration and any analyses for the analytics filter.



5761
5762
5763
5764
5765
# File 'lib/aws-sdk-s3/types.rb', line 5761

class GetBucketAnalyticsConfigurationOutput < Struct.new(
  :analytics_configuration)
  SENSITIVE = []
  include Aws::Structure
end