Class: Aws::Macie2::Types::ListSensitivityInspectionTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListSensitivityInspectionTemplatesResponse
- 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
-
#next_token ⇒ String
-
#sensitivity_inspection_templates ⇒ Array<Types::SensitivityInspectionTemplatesEntry>
Instance Attribute Details
#next_token ⇒ 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_templates ⇒ Array<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 |