You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Cloud9::Types::ListEnvironmentsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListEnvironmentsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of environments to get identifiers for.

Returns:

  • (Integer)

    The maximum number of environments to get identifiers for.

#next_tokenString

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.

Returns:

  • (String)

    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.