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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membershipsArray<Types::EnvironmentMember>

Information about the environment members for the environment.

Returns:



317
318
319
320
321
322
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 317

class DescribeEnvironmentMembershipsResult < Struct.new(
  :memberships,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

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


317
318
319
320
321
322
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 317

class DescribeEnvironmentMembershipsResult < Struct.new(
  :memberships,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end