Class: Aws::Types::UpdateServiceTemplateVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceTemplateVersionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
-
#status ⇒ "REGISTRATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#supported_component_sources ⇒ ::Array[("DIRECTLY_DEFINED")]
Returns the value of attribute supported_component_sources.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#compatible_environment_templates ⇒ ::Array[Types::CompatibleEnvironmentTemplateInput]
Returns the value of attribute compatible_environment_templates.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def compatible_environment_templates @compatible_environment_templates end |
#description ⇒ ::String
Returns the value of attribute description.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def description @description end |
#major_version ⇒ ::String
Returns the value of attribute major_version.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def major_version @major_version end |
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def minor_version @minor_version end |
#status ⇒ "REGISTRATION_IN_PROGRESS", ...
Returns the value of attribute status.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def status @status end |
#supported_component_sources ⇒ ::Array[("DIRECTLY_DEFINED")]
Returns the value of attribute supported_component_sources.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def supported_component_sources @supported_component_sources end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def template_name @template_name end |