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