class
Amazonite::Lambda::GetDurableExecutionStateResponse
- Amazonite::Lambda::GetDurableExecutionStateResponse
- Reference
- Object
Overview
The response from the GetDurableExecutionState operation, containing the current execution state for replay.
Included Modules
- JSON::Serializable
Defined in:
lambda/get_durable_execution_state_response.crConstructors
- .new(operations : Array(Operation), next_marker : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .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
If present, indicates that more operations are available.
-
#next_marker=(next_marker : String | Nil)
If present, indicates that more operations are available.
-
#operations : Array(Operation)
An array of operations that represent the current state of the durable execution.
-
#operations=(operations : Array(Operation))
An array of operations that represent the current state of the durable execution.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If present, indicates that more operations are available. Use this value as the Marker
parameter in a subsequent request to retrieve the next page of results.
If present, indicates that more operations are available. Use this value as the Marker
parameter in a subsequent request to retrieve the next page of results.
An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.
An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.