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

Class: Aws::Cloud9::Types::ListEnvironmentsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idsArray<String>

The list of environment identifiers.

Returns:

  • (Array<String>)

    The list of environment identifiers.

#next_tokenString

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.

Returns:

  • (String)

    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.