ListTeamMembersRequest

public struct ListTeamMembersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of team members you want returned in a response.

    Declaration

    Swift

    public let maxResults: Int?
  • The continuation token for the next set of results, if the results cannot be returned in one response.

    Declaration

    Swift

    public let nextToken: String?
  • The ID of the project for which you want to list team members.

    Declaration

    Swift

    public let projectId: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, projectId: String)
  • Declaration

    Swift

    public func validate(name: String) throws