Class: Aws::Macie2::Types::SensitivityInspectionTemplatesEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SensitivityInspectionTemplatesEntry
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides 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
#id ⇒ String
5792 5793 5794 5795 5796 5797 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5792 class SensitivityInspectionTemplatesEntry < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
5792 5793 5794 5795 5796 5797 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5792 class SensitivityInspectionTemplatesEntry < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |