Module: Aws::Athena::Client::_StartCalculationExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartCalculationExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#calculation_execution_id ⇒ ::String
797 |
# File 'sig/client.rbs', line 797
def calculation_execution_id: () -> ::String
|
#state ⇒ "CREATING", ...
798 |
# File 'sig/client.rbs', line 798
def state: () -> ("CREATING" | "CREATED" | "QUEUED" | "RUNNING" | "CANCELING" | "CANCELED" | "COMPLETED" | "FAILED")
|