Class: Aws::Types::CreateTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
59 60 61 |
# File 'sig/types.rbs', line 59 def @tags end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
58 59 60 |
# File 'sig/types.rbs', line 58 def template_arn @template_arn end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
57 58 59 |
# File 'sig/types.rbs', line 57 def template_id @template_id end |