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

Class: Aws::Cloud9::Types::DescribeEnvironmentMembershipsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#membershipsArray<Types::EnvironmentMember>

Information about the environment members for the environment.

Returns:

#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.