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.



2501
2502
2503
2504
# File 'lib/aws-sdk-s3/types.rb', line 2501

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