Class: Aws::S3Control::Types::AdvancedPerformanceMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::AdvancedPerformanceMetrics
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
The container element for S3 Storage Lens advanced performance metrics. Advanced performance metrics provide insights into application performance, such as request efficiency and access patterns. These metrics help you optimize your S3 storage for both cost and performance by providing detailed analytics on how your applications interact with S3 resources.
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 S3 Storage Lens advanced performance metrics are enabled.
Instance Attribute Details
#is_enabled ⇒ Boolean
A container that indicates whether S3 Storage Lens advanced performance metrics are enabled.
315 316 317 318 319 |
# File 'lib/aws-sdk-s3control/types.rb', line 315 class AdvancedPerformanceMetrics < Struct.new( :is_enabled) SENSITIVE = [] include Aws::Structure end |