Class: Aws::S3Control::Types::AdvancedCostOptimizationMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::AdvancedCostOptimizationMetrics
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
The container element for Amazon S3 Storage Lens advanced cost-optimization metrics. Advanced cost-optimization metrics provide insights that you can use to manage and optimize your storage costs, for example, lifecycle rule counts for transitions, expirations, and incomplete multipart uploads.
For more information about S3 Storage Lens, see [Assessing your storage activity and usage with S3 Storage Lens] in the *Amazon S3 User Guide*. For a complete list of S3 Storage Lens metrics, see [S3 Storage Lens metrics glossary] in the *Amazon S3 User Guide*.
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html [2]: docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_enabled ⇒ Boolean
A container that indicates whether advanced cost-optimization metrics are enabled.
Instance Attribute Details
permalink #is_enabled ⇒ Boolean
A container that indicates whether advanced cost-optimization metrics are enabled.
246 247 248 249 250 |
# File 'lib/aws-sdk-s3control/types.rb', line 246 class AdvancedCostOptimizationMetrics < Struct.new( :is_enabled) SENSITIVE = [] include Aws::Structure end |