Glue / Client / list_column_statistics_task_runs

list_column_statistics_task_runs#

Glue.Client.list_column_statistics_task_runs(**kwargs)#

List all task runs for a particular account.

See also: AWS API Documentation

Request Syntax

response = client.list_column_statistics_task_runs(
    MaxResults=123,
    NextToken='string'
)
Parameters:
  • MaxResults (integer) – The maximum size of the response.

  • NextToken (string) – A continuation token, if this is a continuation call.

Return type:

dict

Returns:

Response Syntax

{
    'ColumnStatisticsTaskRunIds': [
        'string',
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • ColumnStatisticsTaskRunIds (list) –

      A list of column statistics task run IDs.

      • (string) –

    • NextToken (string) –

      A continuation token, if not all task run IDs have yet been returned.

Exceptions