Class: Aws::Types::DescribeProvisioningTemplateVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProvisioningTemplateVersionRequest
- 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.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def template_name @template_name end |
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def version_id @version_id end |