Class: Aws::S3::Types::GetBucketMetricsConfigurationOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#metrics_configurationTypes::MetricsConfiguration

Specifies the metrics configuration.



2690
2691
2692
2693
# File 'lib/aws-sdk-s3/types.rb', line 2690

class GetBucketMetricsConfigurationOutput < Struct.new(
  :metrics_configuration)
  include Aws::Structure
end