Class: Aws::CodeStar::Types::ListTeamMembersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestar/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of team members you want returned in a response.

Returns:

  • (Integer)


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_tokenString

The continuation token for the next set of results, if the results cannot be returned in one response.

Returns:

  • (String)


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_idString

The ID of the project for which you want to list team members.

Returns:

  • (String)


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