Class: Aws::Types::CreateTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_source ⇒ Types::TemplateSource
Returns the value of attribute template_source.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
51 52 53 |
# File 'sig/types.rbs', line 51 def client_token @client_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
52 53 54 |
# File 'sig/types.rbs', line 52 def @tags end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
49 50 51 |
# File 'sig/types.rbs', line 49 def template_description @template_description end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def template_name @template_name end |
#template_source ⇒ Types::TemplateSource
Returns the value of attribute template_source.
50 51 52 |
# File 'sig/types.rbs', line 50 def template_source @template_source end |