Class: Aws::Macie2::Types::SensitivityInspectionTemplateExcludes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Specifies managed data identifiers to exclude (not use) when performing automated sensitive data discovery. For information about the managed data identifiers that Amazon Macie currently provides, see

Using managed data identifiers][1

in the *Amazon Macie User Guide*.

[1]: docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_data_identifier_idsArray<String>

Returns:

  • (Array<String>)


5920
5921
5922
5923
5924
# File 'lib/aws-sdk-macie2/types.rb', line 5920

class SensitivityInspectionTemplateExcludes < Struct.new(
  :managed_data_identifier_ids)
  SENSITIVE = []
  include Aws::Structure
end