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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4566

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

#sensitivity_inspection_templatesArray<Types::SensitivityInspectionTemplatesEntry>



4566
4567
4568
4569
4570
4571
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4566

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