class Aws::SageMaker::Types::ListSubscribedWorkteamsRequest

@note When making an API call, you may pass ListSubscribedWorkteamsRequest

data as a hash:

    {
      name_contains: "WorkteamName",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] name_contains

A string in the work team name. This filter returns only work teams
whose name contains the specified string.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

The maximum number of work teams to return in each page of the
response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListSubscribedWorkteamsRequest AWS API Documentation

Constants

SENSITIVE