Class: Aws::Types::GetSensitivityInspectionTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSensitivityInspectionTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#excludes ⇒ Types::SensitivityInspectionTemplateExcludes
Returns the value of attribute excludes.
-
#includes ⇒ Types::SensitivityInspectionTemplateIncludes
Returns the value of attribute includes.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sensitivity_inspection_template_id ⇒ ::String
Returns the value of attribute sensitivity_inspection_template_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
978 979 980 |
# File 'sig/types.rbs', line 978 def description @description end |
#excludes ⇒ Types::SensitivityInspectionTemplateExcludes
Returns the value of attribute excludes.
979 980 981 |
# File 'sig/types.rbs', line 979 def excludes @excludes end |
#includes ⇒ Types::SensitivityInspectionTemplateIncludes
Returns the value of attribute includes.
980 981 982 |
# File 'sig/types.rbs', line 980 def includes @includes end |
#name ⇒ ::String
Returns the value of attribute name.
981 982 983 |
# File 'sig/types.rbs', line 981 def name @name end |
#sensitivity_inspection_template_id ⇒ ::String
Returns the value of attribute sensitivity_inspection_template_id.
982 983 984 |
# File 'sig/types.rbs', line 982 def sensitivity_inspection_template_id @sensitivity_inspection_template_id end |