Class: Aws::Athena::Types::GetCalculationExecutionCodeResponse

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

#code_blockString

The unencrypted code that was executed for the calculation.

Returns:

  • (String)


1373
1374
1375
1376
1377
# File 'lib/aws-sdk-athena/types.rb', line 1373

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