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
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.
5222 5223 5224 5225 5226 |
# File 'lib/aws-sdk-s3/types.rb', line 5222 class GetBucketMetricsConfigurationOutput < Struct.new( :metrics_configuration) SENSITIVE = [] include Aws::Structure end |