Retrieves the names of all job resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
glue_list_jobs(NextToken, MaxResults, Tags)
A continuation token, if this is a continuation request.
The maximum size of a list to return.
Specifies to return only these tagged resources.
svc$list_jobs( NextToken = "string", MaxResults = 123, Tags = list( "string" ) )
This operation takes the optional Tags
field, which you can use as a
filter on the response so that tagged resources can be retrieved as a
group. If you choose to use tags filtering, only resources with the tag
are retrieved.