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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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>)


7992
7993
7994
7995
7996
7997
# File 'lib/aws-sdk-s3control/types.rb', line 7992

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>)


7992
7993
7994
7995
7996
7997
# File 'lib/aws-sdk-s3control/types.rb', line 7992

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