class Aws::Proton::Types::UpdateEnvironmentTemplateVersionInput

@note When making an API call, you may pass UpdateEnvironmentTemplateVersionInput

data as a hash:

    {
      description: "Description",
      major_version: "TemplateVersionPart", # required
      minor_version: "TemplateVersionPart", # required
      status: "REGISTRATION_IN_PROGRESS", # accepts REGISTRATION_IN_PROGRESS, REGISTRATION_FAILED, DRAFT, PUBLISHED
      template_name: "ResourceName", # required
    }

@!attribute [rw] description

A description of environment template version to update.
@return [String]

@!attribute [rw] major_version

To update a major version of an environment template, include
`majorVersion`.
@return [String]

@!attribute [rw] minor_version

To update a minor version of an environment template, include
`minorVersion`.
@return [String]

@!attribute [rw] status

The status of the environment template minor version to update.
@return [String]

@!attribute [rw] template_name

The name of the environment template.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UpdateEnvironmentTemplateVersionInput AWS API Documentation

Constants

SENSITIVE