Class: Aws::S3Control::Types::PrefixLevelStorageMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PrefixLevelStorageMetrics
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
A container for the prefix-level storage metrics for S3 Storage Lens.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_enabled ⇒ Boolean
A container for whether prefix-level storage metrics are enabled.
- #selection_criteria ⇒ Types::SelectionCriteria
Instance Attribute Details
#is_enabled ⇒ Boolean
A container for whether prefix-level storage metrics are enabled.
5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-s3control/types.rb', line 5887 class PrefixLevelStorageMetrics < Struct.new( :is_enabled, :selection_criteria) SENSITIVE = [] include Aws::Structure end |
#selection_criteria ⇒ Types::SelectionCriteria
5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-s3control/types.rb', line 5887 class PrefixLevelStorageMetrics < Struct.new( :is_enabled, :selection_criteria) SENSITIVE = [] include Aws::Structure end |