class
Amazonite::Lambda::GetDurableExecutionHistoryResponse
- Amazonite::Lambda::GetDurableExecutionHistoryResponse
- Reference
- Object
Overview
The response from the GetDurableExecutionHistory operation, containing the execution history and events.
Included Modules
- JSON::Serializable
Defined in:
lambda/get_durable_execution_history_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(events : Array(Event), 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. -
#events : Array(Event)
An array of execution history events, ordered chronologically unless
ReverseOrderis set totrue. -
#events=(events : Array(Event))
An array of execution history events, ordered chronologically unless
ReverseOrderis set totrue. -
#hash(hasher)
See
Object#hash(hasher) -
#next_marker : String | Nil
If present, indicates that more history events are available.
-
#next_marker=(next_marker : String | Nil)
If present, indicates that more history events are available.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An array of execution history events, ordered chronologically unless ReverseOrder is set to
true. Each event represents a significant occurrence during the execution, such as step
completion or callback resolution.
An array of execution history events, ordered chronologically unless ReverseOrder is set to
true. Each event represents a significant occurrence during the execution, such as step
completion or callback resolution.
If present, indicates that more history events 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 history events are available. Use this value as the Marker
parameter in a subsequent request to retrieve the next page of results.