Class: Aws::Athena::Types::CalculationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Contains configuration information for the calculation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_blockString

A string that contains the code for the calculation.

Returns:

  • (String)


218
219
220
221
222
# File 'lib/aws-sdk-athena/types.rb', line 218

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