Class: Aws::Athena::Types::StopCalculationExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::StopCalculationExecutionRequest
- 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.
4221 4222 4223 4224 4225 |
# File 'lib/aws-sdk-athena/types.rb', line 4221 class StopCalculationExecutionRequest < Struct.new( :calculation_execution_id) SENSITIVE = [] include Aws::Structure end |