Class: Aws::Proton::Types::UpdateServiceTemplateVersionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateServiceTemplateVersionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#compatible_environment_templates ⇒ Array<Types::CompatibleEnvironmentTemplateInput>
An array of environment template objects that are compatible with this service template version.
-
#description ⇒ String
A description of a service template version to update.
-
#major_version ⇒ String
To update a major version of a service template, include ‘major Version`.
-
#minor_version ⇒ String
To update a minor version of a service template, include ‘minorVersion`.
-
#status ⇒ String
The status of the service template minor version to update.
-
#supported_component_sources ⇒ Array<String>
An array of supported component sources.
-
#template_name ⇒ String
The name of the service template.
Instance Attribute Details
#compatible_environment_templates ⇒ Array<Types::CompatibleEnvironmentTemplateInput>
An array of environment template objects that are compatible with this service template version. A service instance based on this service template version can run in environments based on compatible templates.
6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-proton/types.rb', line 6623 class UpdateServiceTemplateVersionInput < Struct.new( :compatible_environment_templates, :description, :major_version, :minor_version, :status, :supported_component_sources, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
A description of a service template version to update.
6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-proton/types.rb', line 6623 class UpdateServiceTemplateVersionInput < Struct.new( :compatible_environment_templates, :description, :major_version, :minor_version, :status, :supported_component_sources, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#major_version ⇒ String
To update a major version of a service template, include ‘major Version`.
6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-proton/types.rb', line 6623 class UpdateServiceTemplateVersionInput < Struct.new( :compatible_environment_templates, :description, :major_version, :minor_version, :status, :supported_component_sources, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#minor_version ⇒ String
To update a minor version of a service template, include ‘minorVersion`.
6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-proton/types.rb', line 6623 class UpdateServiceTemplateVersionInput < Struct.new( :compatible_environment_templates, :description, :major_version, :minor_version, :status, :supported_component_sources, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The status of the service template minor version to update.
6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-proton/types.rb', line 6623 class UpdateServiceTemplateVersionInput < Struct.new( :compatible_environment_templates, :description, :major_version, :minor_version, :status, :supported_component_sources, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#supported_component_sources ⇒ Array<String>
An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version.
<note markdown=“1”> A change to ‘supportedComponentSources` doesn’t impact existing component attachments to instances based on this template version. A change only affects later associations.
</note>
For more information about components, see [Proton components] in the *Proton User Guide*.
[1]: docs.aws.amazon.com/proton/latest/userguide/ag-components.html
6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-proton/types.rb', line 6623 class UpdateServiceTemplateVersionInput < Struct.new( :compatible_environment_templates, :description, :major_version, :minor_version, :status, :supported_component_sources, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#template_name ⇒ String
The name of the service template.
6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-proton/types.rb', line 6623 class UpdateServiceTemplateVersionInput < Struct.new( :compatible_environment_templates, :description, :major_version, :minor_version, :status, :supported_component_sources, :template_name) SENSITIVE = [:description] include Aws::Structure end |