Class: Aws::Proton::Types::UpdateEnvironmentTemplateVersionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateEnvironmentTemplateVersionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of environment template version to update.
-
#major_version ⇒ String
To update a major version of an environment template, include ‘major Version`.
-
#minor_version ⇒ String
To update a minor version of an environment template, include ‘minorVersion`.
-
#status ⇒ String
The status of the environment template minor version to update.
-
#template_name ⇒ String
The name of the environment template.
Instance Attribute Details
#description ⇒ String
A description of environment template version to update.
6208 6209 6210 6211 6212 6213 6214 6215 6216 |
# File 'lib/aws-sdk-proton/types.rb', line 6208 class UpdateEnvironmentTemplateVersionInput < Struct.new( :description, :major_version, :minor_version, :status, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#major_version ⇒ String
To update a major version of an environment template, include ‘major Version`.
6208 6209 6210 6211 6212 6213 6214 6215 6216 |
# File 'lib/aws-sdk-proton/types.rb', line 6208 class UpdateEnvironmentTemplateVersionInput < Struct.new( :description, :major_version, :minor_version, :status, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#minor_version ⇒ String
To update a minor version of an environment template, include ‘minorVersion`.
6208 6209 6210 6211 6212 6213 6214 6215 6216 |
# File 'lib/aws-sdk-proton/types.rb', line 6208 class UpdateEnvironmentTemplateVersionInput < Struct.new( :description, :major_version, :minor_version, :status, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The status of the environment template minor version to update.
6208 6209 6210 6211 6212 6213 6214 6215 6216 |
# File 'lib/aws-sdk-proton/types.rb', line 6208 class UpdateEnvironmentTemplateVersionInput < Struct.new( :description, :major_version, :minor_version, :status, :template_name) SENSITIVE = [:description] include Aws::Structure end |
#template_name ⇒ String
The name of the environment template.
6208 6209 6210 6211 6212 6213 6214 6215 6216 |
# File 'lib/aws-sdk-proton/types.rb', line 6208 class UpdateEnvironmentTemplateVersionInput < Struct.new( :description, :major_version, :minor_version, :status, :template_name) SENSITIVE = [:description] include Aws::Structure end |