Class: Aws::Types::CheckpointDurableExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CheckpointDurableExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checkpoint_token ⇒ ::String
Returns the value of attribute checkpoint_token.
-
#new_execution_state ⇒ Types::CheckpointUpdatedExecutionState
Returns the value of attribute new_execution_state.
Instance Attribute Details
#checkpoint_token ⇒ ::String
Returns the value of attribute checkpoint_token.
241 242 243 |
# File 'sig/types.rbs', line 241 def checkpoint_token @checkpoint_token end |
#new_execution_state ⇒ Types::CheckpointUpdatedExecutionState
Returns the value of attribute new_execution_state.
242 243 244 |
# File 'sig/types.rbs', line 242 def new_execution_state @new_execution_state end |