Class: Aws::Athena::Types::GetCalculationExecutionCodeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetCalculationExecutionCodeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculation_execution_id ⇒ String
The calculation execution UUID.
Instance Attribute Details
#calculation_execution_id ⇒ String
The calculation execution UUID.
1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-athena/types.rb', line 1363 class GetCalculationExecutionCodeRequest < Struct.new( :calculation_execution_id) SENSITIVE = [] include Aws::Structure end |