Class: Aws::S3Control::Types::PrefixLevelStorageMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PrefixLevelStorageMetrics
- Defined in:
- gems/aws-sdk-s3control/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.
5893 5894 5895 5896 5897 5898 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5893 class PrefixLevelStorageMetrics < Struct.new( :is_enabled, :selection_criteria) SENSITIVE = [] include Aws::Structure end |
#selection_criteria ⇒ Types::SelectionCriteria
5893 5894 5895 5896 5897 5898 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5893 class PrefixLevelStorageMetrics < Struct.new( :is_enabled, :selection_criteria) SENSITIVE = [] include Aws::Structure end |