Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Lists available workgroups for the account.
athena_list_work_groups(NextToken, MaxResults)
A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated. To obtain the next set
of pages, pass in the NextToken
from the response object of the
previous page call.
The maximum number of workgroups to return in this request.
A list with the following syntax:
list( WorkGroups = list( list( Name = "string", State = "ENABLED"|"DISABLED", Description = "string", CreationTime = as.POSIXct( "2015-01-01" ) ) ), NextToken = "string" )
svc$list_work_groups( NextToken = "string", MaxResults = 123 )