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.



5814
5815
5816
5817
5818
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5814

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