Class: Aws::Types::CreateEnvironmentTemplateVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentTemplateVersionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#major_version ⇒ ::String
Returns the value of attribute major_version.
-
#source ⇒ Types::TemplateVersionSourceInput
Returns the value of attribute source.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
219 220 221 |
# File 'sig/types.rbs', line 219 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
220 221 222 |
# File 'sig/types.rbs', line 220 def description @description end |
#major_version ⇒ ::String
Returns the value of attribute major_version.
221 222 223 |
# File 'sig/types.rbs', line 221 def major_version @major_version end |
#source ⇒ Types::TemplateVersionSourceInput
Returns the value of attribute source.
222 223 224 |
# File 'sig/types.rbs', line 222 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
223 224 225 |
# File 'sig/types.rbs', line 223 def @tags end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
224 225 226 |
# File 'sig/types.rbs', line 224 def template_name @template_name end |