Class: Aws::CodeStar::Types::ListTeamMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ListTeamMembersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of team members you want returned in a response.
-
#next_token ⇒ String
The continuation token for the next set of results, if the results cannot be returned in one response.
-
#project_id ⇒ String
The ID of the project for which you want to list team members.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of team members you want returned in a response.
736 737 738 739 740 741 742 |
# File 'lib/aws-sdk-codestar/types.rb', line 736 class ListTeamMembersRequest < Struct.new( :project_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The continuation token for the next set of results, if the results cannot be returned in one response.
736 737 738 739 740 741 742 |
# File 'lib/aws-sdk-codestar/types.rb', line 736 class ListTeamMembersRequest < Struct.new( :project_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The ID of the project for which you want to list team members.
736 737 738 739 740 741 742 |
# File 'lib/aws-sdk-codestar/types.rb', line 736 class ListTeamMembersRequest < Struct.new( :project_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |