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

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

Overview

Specifies managed data identifiers to exclude (not use) when performing automated sensitive data discovery for an Amazon Macie account. For information about the managed data identifiers that Amazon Macie currently provides, see Using managed data identifiers in the Amazon Macie User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_data_identifier_idsArray<String>

Returns:

  • (Array<String>)


5772
5773
5774
5775
5776
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5772

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