Class: Aws::Types::CreateServiceTemplateVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceTemplateVersionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#compatible_environment_templates ⇒ ::Array[Types::CompatibleEnvironmentTemplateInput]
Returns the value of attribute compatible_environment_templates.
-
#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.
-
#supported_component_sources ⇒ ::Array[("DIRECTLY_DEFINED")]
Returns the value of attribute supported_component_sources.
-
#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.
312 313 314 |
# File 'sig/types.rbs', line 312 def client_token @client_token end |
#compatible_environment_templates ⇒ ::Array[Types::CompatibleEnvironmentTemplateInput]
Returns the value of attribute compatible_environment_templates.
313 314 315 |
# File 'sig/types.rbs', line 313 def compatible_environment_templates @compatible_environment_templates end |
#description ⇒ ::String
Returns the value of attribute description.
314 315 316 |
# File 'sig/types.rbs', line 314 def description @description end |
#major_version ⇒ ::String
Returns the value of attribute major_version.
315 316 317 |
# File 'sig/types.rbs', line 315 def major_version @major_version end |
#source ⇒ Types::TemplateVersionSourceInput
Returns the value of attribute source.
316 317 318 |
# File 'sig/types.rbs', line 316 def source @source end |
#supported_component_sources ⇒ ::Array[("DIRECTLY_DEFINED")]
Returns the value of attribute supported_component_sources.
317 318 319 |
# File 'sig/types.rbs', line 317 def supported_component_sources @supported_component_sources end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
318 319 320 |
# File 'sig/types.rbs', line 318 def @tags end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
319 320 321 |
# File 'sig/types.rbs', line 319 def template_name @template_name end |