Class: Aws::Types::CreateProvisioningTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateProvisioningTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_version_id ⇒ ::Integer
Returns the value of attribute default_version_id.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#default_version_id ⇒ ::Integer
Returns the value of attribute default_version_id.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def default_version_id @default_version_id end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def template_arn @template_arn end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def template_name @template_name end |