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

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



1655
1656
1657
1658
1659
1660
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1655

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

#statusTypes::CalculationStatus

Contains information about the calculation execution status.



1655
1656
1657
1658
1659
1660
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1655

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