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