Class: Aws::Types::CreateProvisioningTemplateVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateProvisioningTemplateVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
Instance Attribute Details
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def is_default_version @is_default_version end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def template_arn @template_arn end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def template_name @template_name end |
#version_id ⇒ ::Integer
Returns the value of attribute version_id.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def version_id @version_id end |