Lists the history of previous optimizer runs for a specific table.
See https://www.paws-r-sdk.com/docs/glue_list_table_optimizer_runs/ for full documentation.
glue_list_table_optimizer_runs(
CatalogId,
DatabaseName,
TableName,
Type,
MaxResults = NULL,
NextToken = NULL
)
[required] The Catalog ID of the table.
[required] The name of the database in the catalog in which the table resides.
[required] The name of the table.
[required] The type of table optimizer.
The maximum number of optimizer runs to return on each call.
A continuation token, if this is a continuation call.