class Aws::Proton::Types::ListEnvironmentAccountConnectionsInput

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

data as a hash:

    {
      environment_name: "ResourceName",
      max_results: 1,
      next_token: "NextToken",
      requested_by: "MANAGEMENT_ACCOUNT", # required, accepts MANAGEMENT_ACCOUNT, ENVIRONMENT_ACCOUNT
      statuses: ["PENDING"], # accepts PENDING, CONNECTED, REJECTED
    }

@!attribute [rw] environment_name

The environment name that's associated with each listed environment
account connection.
@return [String]

@!attribute [rw] max_results

The maximum number of environment account connections to list.
@return [Integer]

@!attribute [rw] next_token

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

@!attribute [rw] requested_by

The type of account making the `ListEnvironmentAccountConnections`
request.
@return [String]

@!attribute [rw] statuses

The status details for each listed environment account connection.
@return [Array<String>]

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

Constants

SENSITIVE