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.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#definition ⇒ Types::TemplateDefinition
Returns the value of attribute definition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
144 145 146 |
# File 'sig/types.rbs', line 144 def client_token @client_token end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
145 146 147 |
# File 'sig/types.rbs', line 145 def connector_arn @connector_arn end |
#definition ⇒ Types::TemplateDefinition
Returns the value of attribute definition.
146 147 148 |
# File 'sig/types.rbs', line 146 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
147 148 149 |
# File 'sig/types.rbs', line 147 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
148 149 150 |
# File 'sig/types.rbs', line 148 def @tags end |