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)


1544
1545
1546
1547
1548
# File 'lib/aws-sdk-athena/types.rb', line 1544

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