Class: Aws::Athena::Types::GetCalculationExecutionStatusResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsTypes::CalculationStatistics

Contains information about the DPU execution time and progress.



1458
1459
1460
1461
1462
1463
# File 'lib/aws-sdk-athena/types.rb', line 1458

class GetCalculationExecutionStatusResponse < Struct.new(
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::CalculationStatus

Contains information about the calculation execution status.



1458
1459
1460
1461
1462
1463
# File 'lib/aws-sdk-athena/types.rb', line 1458

class GetCalculationExecutionStatusResponse < Struct.new(
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end