class Aws::AppRunner::Types::ListConnectionsRequest

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

data as a hash:

    {
      connection_name: "ConnectionName",
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] connection_name

If specified, only this connection is returned. If not specified,
the result isn't filtered by name.
@return [String]

@!attribute [rw] max_results

The maximum number of results to include in each response (result
page). Used for a paginated request.

If you don't specify `MaxResults`, the request retrieves all
available results in a single response.
@return [Integer]

@!attribute [rw] next_token

A token from a previous result page. Used for a paginated request.
The request retrieves the next result page. All other parameter
values must be identical to the ones specified in the initial
request.

If you don't specify `NextToken`, the request retrieves the first
result page.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListConnectionsRequest AWS API Documentation

Constants

SENSITIVE