@aws-sdk/client-lakeformation

GetQueryStatisticsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
ExecutionStatistics ExecutionStatistics | undefined

An ExecutionStatistics structure containing execution statistics.

PlanningStatistics PlanningStatistics | undefined

A PlanningStatistics structure containing query planning statistics.

QuerySubmissionTime Date | undefined

The time that the query was submitted.

Full Signature

export interface GetQueryStatisticsCommandOutput extends GetQueryStatisticsResponse, MetadataBearer