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.
2946 2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2946 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.
2946 2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2946 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.
2946 2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2946 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.
2946 2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2946 class PlanningStatistics < Struct.new( :estimated_data_to_scan_bytes, :planning_time_millis, :queue_time_millis, :work_units_generated_count) SENSITIVE = [] include Aws::Structure end |