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)


4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4423

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

#sensitivity_inspection_templatesArray<Types::SensitivityInspectionTemplatesEntry>



4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4423

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