Class: Aws::LakeFormation::Types::PlanningStatistics

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

Overview

Statistics related to the processing of a query statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_data_to_scan_bytesInteger

An estimate of the data that was scanned in bytes.

Returns:

  • (Integer)


2576
2577
2578
2579
2580
2581
2582
2583
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2576

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_millisInteger

The time that it took to process the request.

Returns:

  • (Integer)


2576
2577
2578
2579
2580
2581
2582
2583
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2576

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_millisInteger

The time the request was in queue to be processed.

Returns:

  • (Integer)


2576
2577
2578
2579
2580
2581
2582
2583
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2576

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_countInteger

The number of work units generated.

Returns:

  • (Integer)


2576
2577
2578
2579
2580
2581
2582
2583
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2576

class PlanningStatistics < Struct.new(
  :estimated_data_to_scan_bytes,
  :planning_time_millis,
  :queue_time_millis,
  :work_units_generated_count)
  SENSITIVE = []
  include Aws::Structure
end