Class: Aws::LakeFormation::Types::ExecutionStatistics

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

#average_execution_time_millisInteger

The average time the request took to be executed.

Returns:

  • (Integer)


1179
1180
1181
1182
1183
1184
1185
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1179

class ExecutionStatistics < Struct.new(
  :average_execution_time_millis,
  :data_scanned_bytes,
  :work_units_executed_count)
  SENSITIVE = []
  include Aws::Structure
end

#data_scanned_bytesInteger

The amount of data that was scanned in bytes.

Returns:

  • (Integer)


1179
1180
1181
1182
1183
1184
1185
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1179

class ExecutionStatistics < Struct.new(
  :average_execution_time_millis,
  :data_scanned_bytes,
  :work_units_executed_count)
  SENSITIVE = []
  include Aws::Structure
end

#work_units_executed_countInteger

The number of work units executed.

Returns:

  • (Integer)


1179
1180
1181
1182
1183
1184
1185
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1179

class ExecutionStatistics < Struct.new(
  :average_execution_time_millis,
  :data_scanned_bytes,
  :work_units_executed_count)
  SENSITIVE = []
  include Aws::Structure
end