Class: Aws::CodeStar::Types::ListTeamMembersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ListTeamMembersResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The continuation token to use when requesting the next set of results, if there are more results to be returned.
-
#team_members ⇒ Array<Types::TeamMember>
A list of team member objects for the project.
Instance Attribute Details
#next_token ⇒ String
The continuation token to use when requesting the next set of results, if there are more results to be returned.
755 756 757 758 759 760 |
# File 'lib/aws-sdk-codestar/types.rb', line 755 class ListTeamMembersResult < Struct.new( :team_members, :next_token) SENSITIVE = [] include Aws::Structure end |
#team_members ⇒ Array<Types::TeamMember>
A list of team member objects for the project.
755 756 757 758 759 760 |
# File 'lib/aws-sdk-codestar/types.rb', line 755 class ListTeamMembersResult < Struct.new( :team_members, :next_token) SENSITIVE = [] include Aws::Structure end |