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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metrics_configurationTypes::MetricsConfiguration

Specifies the metrics configuration.



5806
5807
5808
5809
5810
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5806

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