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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns:

  • (String)


4562
4563
4564
4565
4566
4567
# File 'lib/aws-sdk-macie2/types.rb', line 4562

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

#sensitivity_inspection_templatesArray<Types::SensitivityInspectionTemplatesEntry>



4562
4563
4564
4565
4566
4567
# File 'lib/aws-sdk-macie2/types.rb', line 4562

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