Class: Aws::Types::StartCalculationExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartCalculationExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculation_execution_id ⇒ ::String
Returns the value of attribute calculation_execution_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#calculation_execution_id ⇒ ::String
Returns the value of attribute calculation_execution_id.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def calculation_execution_id @calculation_execution_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def state @state end |