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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/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)


267
268
269
270
271
272
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 267

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

#progressString

The progress of the calculation.

Returns:

  • (String)


267
268
269
270
271
272
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 267

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