Class: Aws::Types::UpdateSensitivityInspectionTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSensitivityInspectionTemplateRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#includes ⇒ Types::SensitivityInspectionTemplateIncludes
Returns the value of attribute includes.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def description @description end |
#excludes ⇒ Types::SensitivityInspectionTemplateExcludes
Returns the value of attribute excludes.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def excludes @excludes end |
#id ⇒ ::String
Returns the value of attribute id.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def id @id end |
#includes ⇒ Types::SensitivityInspectionTemplateIncludes
Returns the value of attribute includes.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def includes @includes end |