Class: Aws::Athena::Types::GetCalculationExecutionRequest

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

#calculation_execution_idString

The calculation execution UUID.

Returns:

  • (String)


1385
1386
1387
1388
1389
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1385

class GetCalculationExecutionRequest < Struct.new(
  :calculation_execution_id)
  SENSITIVE = []
  include Aws::Structure
end