Class: Aws::Athena::Types::GetCalculationExecutionCodeRequest

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

#calculation_execution_idString

The calculation execution UUID.

Returns:

  • (String)


1361
1362
1363
1364
1365
# File 'lib/aws-sdk-athena/types.rb', line 1361

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