Class: Aws::Athena::Types::CalculationStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CalculationStatistics
- 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
-
#dpu_execution_in_millis ⇒ Integer
The data processing unit execution time in milliseconds for the calculation.
-
#progress ⇒ String
The progress of the calculation.
Instance Attribute Details
#dpu_execution_in_millis ⇒ Integer
The data processing unit execution time in milliseconds for the calculation.
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 |
#progress ⇒ String
The progress of the calculation.
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 |