Class: Aws::Athena::Types::CalculationStatistics

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Contains statistics for a notebook calculation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dpu_execution_in_millisInteger

The data processing unit execution time in milliseconds for the calculation.

Returns:

  • (Integer)


271
272
273
274
275
276
# File 'lib/aws-sdk-athena/types.rb', line 271

class CalculationStatistics < Struct.new(
  :dpu_execution_in_millis,
  :progress)
  SENSITIVE = []
  include Aws::Structure
end

#progressString

The progress of the calculation.

Returns:

  • (String)


271
272
273
274
275
276
# File 'lib/aws-sdk-athena/types.rb', line 271

class CalculationStatistics < Struct.new(
  :dpu_execution_in_millis,
  :progress)
  SENSITIVE = []
  include Aws::Structure
end