ListTeamMembersResult
public struct ListTeamMembersResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The continuation token to use when requesting the next set of results, if there are more results to be returned.
Declaration
Swift
public let nextToken: String?
-
A list of team member objects for the project.
Declaration
Swift
public let teamMembers: [TeamMember]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, teamMembers: [TeamMember])