Class: Aws::Athena::Types::GetCalculationExecutionCodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetCalculationExecutionCodeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_block ⇒ String
The unencrypted code that was executed for the calculation.
Instance Attribute Details
#code_block ⇒ String
The unencrypted code that was executed for the calculation.
1570 1571 1572 1573 1574 |
# File 'lib/aws-sdk-athena/types.rb', line 1570 class GetCalculationExecutionCodeResponse < Struct.new( :code_block) SENSITIVE = [] include Aws::Structure end |