Class: Aws::Types::SensitivityInspectionTemplatesEntry
- Inherits:
-
Object
- Object
- Aws::Types::SensitivityInspectionTemplatesEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def name @name end |