Class: Aws::S3::Types::GetBucketMetricsConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketMetricsConfigurationOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metrics_configuration ⇒ Types::MetricsConfiguration
Specifies the metrics configuration.
Instance Attribute Details
#metrics_configuration ⇒ Types::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 |