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.



6093
6094
6095
6096
6097
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6093

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