class Aws::Proton::Types::ListEnvironmentsInput

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

data as a hash:

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

@!attribute [rw] environment_templates

An array of the versions of the environment template.
@return [Array<Types::EnvironmentTemplateFilter>]

@!attribute [rw] max_results

The maximum number of environments to list.
@return [Integer]

@!attribute [rw] next_token

A token to indicate the location of the next environment in the
array of environments, after the list of environments that was
previously requested.
@return [String]

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

Constants

SENSITIVE