Class: Aws::S3Control::Types::StorageLensGroupLevel
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensGroupLevel
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Specifies the Storage Lens groups to include in the Storage Lens group aggregation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#selection_criteria ⇒ Types::StorageLensGroupLevelSelectionCriteria
Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation.
Instance Attribute Details
#selection_criteria ⇒ Types::StorageLensGroupLevelSelectionCriteria
Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.
8235 8236 8237 8238 8239 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8235 class StorageLensGroupLevel < Struct.new( :selection_criteria) SENSITIVE = [] include Aws::Structure end |