Class: Aws::S3Control::Types::StorageLensGroupLevelSelectionCriteria

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. You can only attach Storage Lens groups to your Storage Lens dashboard if they're included in your Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#excludeArray<String>

Indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.

Returns:

  • (Array<String>)


7815
7816
7817
7818
7819
7820
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7815

class StorageLensGroupLevelSelectionCriteria < Struct.new(
  :include,
  :exclude)
  SENSITIVE = []
  include Aws::Structure
end

#includeArray<String>

Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.

Returns:

  • (Array<String>)


7815
7816
7817
7818
7819
7820
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7815

class StorageLensGroupLevelSelectionCriteria < Struct.new(
  :include,
  :exclude)
  SENSITIVE = []
  include Aws::Structure
end