class
Amazonite::Lambda::ContextDetails
- Amazonite::Lambda::ContextDetails
- Reference
- Object
Overview
Details about a durable execution context.
Included Modules
- JSON::Serializable
Defined in:
lambda/context_details.crConstructors
- .new(pull : JSON::PullParser)
- .new(replay_children : Bool | Nil = nil, result : String | Nil = nil, error : ErrorObject | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error : ErrorObject | Nil
Details about the context failure.
-
#error=(error : ErrorObject | Nil)
Details about the context failure.
-
#hash(hasher)
See
Object#hash(hasher) -
#replay_children : Bool | Nil
Whether the state data of child operations of this completed context should be included in the invoke payload and
GetDurableExecutionStateresponse. -
#replay_children=(replay_children : Bool | Nil)
Whether the state data of child operations of this completed context should be included in the invoke payload and
GetDurableExecutionStateresponse. -
#result : String | Nil
The response payload from the context.
-
#result=(result : String | Nil)
The response payload from the context.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Whether the state data of child operations of this completed context should be included in the
invoke payload and GetDurableExecutionState response.
Whether the state data of child operations of this completed context should be included in the
invoke payload and GetDurableExecutionState response.