Class: Aws::LakeFormation::Types::GetQueryStatisticsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_statisticsTypes::ExecutionStatistics

An ExecutionStatistics structure containing execution statistics.



1496
1497
1498
1499
1500
1501
1502
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1496

class GetQueryStatisticsResponse < Struct.new(
  :execution_statistics,
  :planning_statistics,
  :query_submission_time)
  SENSITIVE = []
  include Aws::Structure
end

#planning_statisticsTypes::PlanningStatistics

A PlanningStatistics structure containing query planning statistics.



1496
1497
1498
1499
1500
1501
1502
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1496

class GetQueryStatisticsResponse < Struct.new(
  :execution_statistics,
  :planning_statistics,
  :query_submission_time)
  SENSITIVE = []
  include Aws::Structure
end

#query_submission_timeTime

The time that the query was submitted.

Returns:

  • (Time)


1496
1497
1498
1499
1500
1501
1502
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1496

class GetQueryStatisticsResponse < Struct.new(
  :execution_statistics,
  :planning_statistics,
  :query_submission_time)
  SENSITIVE = []
  include Aws::Structure
end