Returns information about an array of TableRestoreStatus
objects.
See https://www.paws-r-sdk.com/docs/redshiftserverless_list_table_restore_status/ for full documentation.
redshiftserverless_list_table_restore_status(
maxResults = NULL,
namespaceName = NULL,
nextToken = NULL,
workgroupName = NULL
)
An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
The namespace from which to list all of the statuses of
restore_table_from_snapshot
operations .
If your initial
list_table_restore_status
operation returns a nextToken, you can include the returned nextToken
in following
list_table_restore_status
operations. This will return results on the next page.
The workgroup from which to list all of the statuses of
restore_table_from_snapshot
operations.