Class: Aws::Types::UpdateTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
626 627 628 |
# File 'sig/types.rbs', line 626 def client_token @client_token end |
#id ⇒ ::String
Returns the value of attribute id.
623 624 625 |
# File 'sig/types.rbs', line 623 def id @id end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
625 626 627 |
# File 'sig/types.rbs', line 625 def template_description @template_description end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
624 625 626 |
# File 'sig/types.rbs', line 624 def template_name @template_name end |