Class: Aws::Macie2::Types::GetSensitivityInspectionTemplateResponse

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

Overview

Provides information about the settings for the sensitivity inspection template for an Amazon Macie account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns:

  • (String)


3495
3496
3497
3498
3499
3500
3501
3502
3503
# File 'lib/aws-sdk-macie2/types.rb', line 3495

class GetSensitivityInspectionTemplateResponse < Struct.new(
  :description,
  :excludes,
  :includes,
  :name,
  :sensitivity_inspection_template_id)
  SENSITIVE = []
  include Aws::Structure
end

#excludesTypes::SensitivityInspectionTemplateExcludes

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] in the *Amazon Macie User Guide*.

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



3495
3496
3497
3498
3499
3500
3501
3502
3503
# File 'lib/aws-sdk-macie2/types.rb', line 3495

class GetSensitivityInspectionTemplateResponse < Struct.new(
  :description,
  :excludes,
  :includes,
  :name,
  :sensitivity_inspection_template_id)
  SENSITIVE = []
  include Aws::Structure
end

#includesTypes::SensitivityInspectionTemplateIncludes

Specifies the allow lists, custom data identifiers, and managed data identifiers to include (use) when performing automated sensitive data discovery. The configuration must specify at least one custom data identifier or managed data identifier. For information about the managed data identifiers that Amazon Macie currently provides, see [Using managed data identifiers] in the *Amazon Macie User Guide*.

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



3495
3496
3497
3498
3499
3500
3501
3502
3503
# File 'lib/aws-sdk-macie2/types.rb', line 3495

class GetSensitivityInspectionTemplateResponse < Struct.new(
  :description,
  :excludes,
  :includes,
  :name,
  :sensitivity_inspection_template_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


3495
3496
3497
3498
3499
3500
3501
3502
3503
# File 'lib/aws-sdk-macie2/types.rb', line 3495

class GetSensitivityInspectionTemplateResponse < Struct.new(
  :description,
  :excludes,
  :includes,
  :name,
  :sensitivity_inspection_template_id)
  SENSITIVE = []
  include Aws::Structure
end

#sensitivity_inspection_template_idString

The unique identifier for the sensitivity inspection template.

Returns:

  • (String)


3495
3496
3497
3498
3499
3500
3501
3502
3503
# File 'lib/aws-sdk-macie2/types.rb', line 3495

class GetSensitivityInspectionTemplateResponse < Struct.new(
  :description,
  :excludes,
  :includes,
  :name,
  :sensitivity_inspection_template_id)
  SENSITIVE = []
  include Aws::Structure
end