class
Amazonite::Lambda::CheckpointUpdatedExecutionState
- Amazonite::Lambda::CheckpointUpdatedExecutionState
- Reference
- Object
Overview
Contains operations that have been updated since the last checkpoint, such as completed asynchronous work like timers or callbacks.
Included Modules
- JSON::Serializable
Defined in:
lambda/checkpoint_updated_execution_state.crConstructors
- .new(pull : JSON::PullParser)
- .new(operations : Array(Operation) | Nil = nil, next_marker : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_marker : String | Nil
Indicates that more results are available.
-
#next_marker=(next_marker : String | Nil)
Indicates that more results are available.
-
#operations : Array(Operation) | Nil
A list of operations that have been updated since the last checkpoint.
-
#operations=(operations : Array(Operation) | Nil)
A list of operations that have been updated since the last checkpoint.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Indicates that more results are available. Use this value in a subsequent call to retrieve the next page of results.
Indicates that more results are available. Use this value in a subsequent call to retrieve the next page of results.
A list of operations that have been updated since the last checkpoint.
A list of operations that have been updated since the last checkpoint.