Class: Aws::Athena::Types::GetCalculationExecutionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetCalculationExecutionStatusRequest
- 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.
1444 1445 1446 1447 1448 |
# File 'lib/aws-sdk-athena/types.rb', line 1444 class GetCalculationExecutionStatusRequest < Struct.new( :calculation_execution_id) SENSITIVE = [] include Aws::Structure end |