You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::ListSubscribedWorkteamsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListSubscribedWorkteamsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of work teams to return in each page of the response.

Returns:

  • (Integer)

    The maximum number of work teams to return in each page of the response.

#name_containsString

A string in the work team name. This filter returns only work teams whose name contains the specified string.

Returns:

  • (String)

    A string in the work team name.

#next_tokenString

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.

Returns:

  • (String)

    If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken.