Class: Aws::Macie2::Types::SensitivityInspectionTemplatesEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SensitivityInspectionTemplatesEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the sensitivity inspection template for an Amazon Macie account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#id ⇒ String
5979 5980 5981 5982 5983 5984 |
# File 'lib/aws-sdk-macie2/types.rb', line 5979 class SensitivityInspectionTemplatesEntry < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
5979 5980 5981 5982 5983 5984 |
# File 'lib/aws-sdk-macie2/types.rb', line 5979 class SensitivityInspectionTemplatesEntry < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |