Class: Aws::LakeFormation::Types::GetQueryStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetQueryStatisticsResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_statistics ⇒ Types::ExecutionStatistics
An
ExecutionStatistics
structure containing execution statistics. -
#planning_statistics ⇒ Types::PlanningStatistics
A
PlanningStatistics
structure containing query planning statistics. -
#query_submission_time ⇒ Time
The time that the query was submitted.
Instance Attribute Details
#execution_statistics ⇒ Types::ExecutionStatistics
An ExecutionStatistics
structure containing execution statistics.
1638 1639 1640 1641 1642 1643 1644 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1638 class GetQueryStatisticsResponse < Struct.new( :execution_statistics, :planning_statistics, :query_submission_time) SENSITIVE = [] include Aws::Structure end |
#planning_statistics ⇒ Types::PlanningStatistics
A PlanningStatistics
structure containing query planning
statistics.
1638 1639 1640 1641 1642 1643 1644 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1638 class GetQueryStatisticsResponse < Struct.new( :execution_statistics, :planning_statistics, :query_submission_time) SENSITIVE = [] include Aws::Structure end |
#query_submission_time ⇒ Time
The time that the query was submitted.
1638 1639 1640 1641 1642 1643 1644 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1638 class GetQueryStatisticsResponse < Struct.new( :execution_statistics, :planning_statistics, :query_submission_time) SENSITIVE = [] include Aws::Structure end |