class Aws::Cloud9::Types::ListEnvironmentsRequest

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

data as a hash:

    {
      next_token: "String",
      max_results: 1,
    }

@!attribute [rw] next_token

During a previous call, if there are more than 25 items in the list,
only the first 25 items are returned, along with a unique string
called a *next token*. To get the next batch of items in the list,
call this operation again, adding the next token to the call. To get
all of the items in the list, keep calling this operation with each
subsequent next token that is returned, until no more next tokens
are returned.
@return [String]

@!attribute [rw] max_results

The maximum number of environments to get identifiers for.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/ListEnvironmentsRequest AWS API Documentation

Constants

SENSITIVE