Class: Aws::Cloud9::Types::DescribeEnvironmentMembershipsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::DescribeEnvironmentMembershipsResult
- Defined in:
- gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memberships ⇒ Array<Types::EnvironmentMember>
Information about the environment members for the environment.
-
#next_token ⇒ 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.
Instance Attribute Details
#memberships ⇒ Array<Types::EnvironmentMember>
Information about the environment members for the environment.
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_token ⇒ 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. To get the next batch of items in the list, call this operation again, adding the next token to the call.
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 |