Class: Aws::Types::CreateTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
361 362 363 |
# File 'sig/types.rbs', line 361 def template_arn @template_arn end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
360 361 362 |
# File 'sig/types.rbs', line 360 def template_id @template_id end |