Class: Aws::Athena::Types::CalculationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CalculationConfiguration
- Defined in:
- gems/aws-sdk-athena/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.
218 219 220 221 222 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 218 class CalculationConfiguration < Struct.new( :code_block) SENSITIVE = [] include Aws::Structure end |