Class: Aws::Types::DeleteProvisioningTemplateVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProvisioningTemplateVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
Instance Attribute Details
#template_name ⇒ ::String
Returns the value of attribute template_name.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def template_name @template_name end |
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def version_id @version_id end |