Class: Aws::Athena::Types::CalculationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CalculationConfiguration
- 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
-
#code_block ⇒ String
A string that contains the code for the calculation.
Instance Attribute Details
#code_block ⇒ String
A string that contains the code for the calculation.
222 223 224 225 226 |
# File 'lib/aws-sdk-athena/types.rb', line 222 class CalculationConfiguration < Struct.new( :code_block) SENSITIVE = [] include Aws::Structure end |