Class: Aws::Macie2::Types::ListSensitivityInspectionTemplatesResponse

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

Overview

Provides the results of a request for information about the sensitivity inspection template for an Amazon Macie account. Macie uses the template's settings when it performs automated sensitive data discovery for the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4429

class ListSensitivityInspectionTemplatesResponse < Struct.new(
  :next_token,
  :sensitivity_inspection_templates)
  SENSITIVE = []
  include Aws::Structure
end

#sensitivity_inspection_templatesArray<Types::SensitivityInspectionTemplatesEntry>



4429
4430
4431
4432
4433
4434
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4429

class ListSensitivityInspectionTemplatesResponse < Struct.new(
  :next_token,
  :sensitivity_inspection_templates)
  SENSITIVE = []
  include Aws::Structure
end