Class: Aws::LakeFormation::Types::PlanningStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::PlanningStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Statistics related to the processing of a query statement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_data_to_scan_bytes ⇒ Integer
An estimate of the data that was scanned in bytes.
-
#planning_time_millis ⇒ Integer
The time that it took to process the request.
-
#queue_time_millis ⇒ Integer
The time the request was in queue to be processed.
-
#work_units_generated_count ⇒ Integer
The number of work units generated.
Instance Attribute Details
#estimated_data_to_scan_bytes ⇒ Integer
An estimate of the data that was scanned in bytes.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2792 class PlanningStatistics < Struct.new( :estimated_data_to_scan_bytes, :planning_time_millis, :queue_time_millis, :work_units_generated_count) SENSITIVE = [] include Aws::Structure end |
#planning_time_millis ⇒ Integer
The time that it took to process the request.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2792 class PlanningStatistics < Struct.new( :estimated_data_to_scan_bytes, :planning_time_millis, :queue_time_millis, :work_units_generated_count) SENSITIVE = [] include Aws::Structure end |
#queue_time_millis ⇒ Integer
The time the request was in queue to be processed.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2792 class PlanningStatistics < Struct.new( :estimated_data_to_scan_bytes, :planning_time_millis, :queue_time_millis, :work_units_generated_count) SENSITIVE = [] include Aws::Structure end |
#work_units_generated_count ⇒ Integer
The number of work units generated.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2792 class PlanningStatistics < Struct.new( :estimated_data_to_scan_bytes, :planning_time_millis, :queue_time_millis, :work_units_generated_count) SENSITIVE = [] include Aws::Structure end |