Class: Aws::Types::CheckpointDurableExecutionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checkpoint_token::String

Returns the value of attribute checkpoint_token.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def checkpoint_token
  @checkpoint_token
end

#new_execution_stateTypes::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