class Aws::Proton::Types::ListServiceTemplateVersionsInput

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

data as a hash:

    {
      major_version: "TemplateVersionPart",
      max_results: 1,
      next_token: "NextToken",
      template_name: "ResourceName", # required
    }

@!attribute [rw] major_version

To view a list of minor of versions under a major version of a
service template, include `majorVersion`.

To view a list of major versions of a service template, *exclude*
`majorVersion`.
@return [String]

@!attribute [rw] max_results

The maximum number of major or minor versions of a service template
to list.
@return [Integer]

@!attribute [rw] next_token

A token to indicate the location of the next major or minor version
in the array of major or minor versions of a service template, after
the list of major or minor versions that was previously requested.
@return [String]

@!attribute [rw] template_name

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

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

Constants

SENSITIVE