ListSubscribedWorkteamsRequest

public struct ListSubscribedWorkteamsRequest : AWSShape
extension SageMaker.ListSubscribedWorkteamsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of work teams to return in each page of the response.

    Declaration

    Swift

    public let maxResults: Int?
  • A string in the work team name. This filter returns only work teams whose name contains the specified string.

    Declaration

    Swift

    public let nameContains: String?
  • If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws