Gets a list of the work teams that you are subscribed to in the AWS Marketplace
Gets a list of the work teams that you are subscribed to in the AWS
Marketplace. The list may be empty if no work team satisfies the filter
specified in the NameContains
parameter.
sagemaker_list_subscribed_workteams(NameContains, NextToken, MaxResults)
NameContains |
A string in the work team name. This filter returns only work teams whose name contains the specified string. |
NextToken |
If the result of the previous
|
MaxResults |
The maximum number of work teams to return in each page of the response. |
A list with the following syntax:
list( SubscribedWorkteams = list( list( WorkteamArn = "string", MarketplaceTitle = "string", SellerName = "string", MarketplaceDescription = "string", ListingId = "string" ) ), NextToken = "string" )
svc$list_subscribed_workteams( NameContains = "string", NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.