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
- Struct
- Aws::SageMaker::Types::ListSubscribedWorkteamsRequest
- Defined in:
- (unknown)
Overview
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
-
#max_results ⇒ Integer
The maximum number of work teams to return in each page of the response.
-
#name_contains ⇒ String
A string in the work team name.
-
#next_token ⇒ String
If the result of the previous
ListSubscribedWorkteams
request was truncated, the response includes aNextToken
.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of work teams to return in each page of the response.
#name_contains ⇒ String
A string in the work team name. This filter returns only work teams whose name contains the specified string.
#next_token ⇒ 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.