Class: Aws::CodeStar::Types::ListTeamMembersResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The continuation token to use when requesting the next set of results, if there are more results to be returned.

Returns:

  • (String)


755
756
757
758
759
760
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 755

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

#team_membersArray<Types::TeamMember>

A list of team member objects for the project.

Returns:



755
756
757
758
759
760
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 755

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