Get Work Units
lakeformation_get_work_units | R Documentation |
Retrieves the work units generated by the StartQueryPlanning operation¶
Description¶
Retrieves the work units generated by the start_query_planning
operation.
Usage¶
Arguments¶
NextToken
A continuation token, if this is a continuation call.
PageSize
The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.
QueryId
[required] The ID of the plan query operation.
Value¶
A list with the following syntax:
list(
NextToken = "string",
QueryId = "string",
WorkUnitRanges = list(
list(
WorkUnitIdMax = 123,
WorkUnitIdMin = 123,
WorkUnitToken = "string"
)
)
)