Class: Aws::Athena::Types::GetCalculationExecutionCodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetCalculationExecutionCodeResponse
- Defined in:
- gems/aws-sdk-athena/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.
1375 1376 1377 1378 1379 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1375 class GetCalculationExecutionCodeResponse < Struct.new( :code_block) SENSITIVE = [] include Aws::Structure end |