class
Amazonite::Lambda::ChainedInvokeDetails
- Amazonite::Lambda::ChainedInvokeDetails
- Reference
- Object
Overview
Contains details about a chained function invocation in a durable execution, including the target function and invocation parameters.
Included Modules
- JSON::Serializable
Defined in:
lambda/chained_invoke_details.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error : ErrorObject | Nil
Details about the chained invocation failure.
-
#error=(error : ErrorObject | Nil)
Details about the chained invocation failure.
-
#hash(hasher)
See
Object#hash(hasher) -
#result : String | Nil
The response payload from the chained invocation.
-
#result=(result : String | Nil)
The response payload from the chained invocation.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.