Class: Aws::Types::UpdateTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplateResponse
- 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.
633 634 635 |
# File 'sig/types.rbs', line 633 def @tags end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
632 633 634 |
# File 'sig/types.rbs', line 632 def template_arn @template_arn end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
631 632 633 |
# File 'sig/types.rbs', line 631 def template_id @template_id end |