class Amazonite::Lambda::ChainedInvokeDetails

Overview

Contains details about a chained function invocation in a durable execution, including the target function and invocation parameters.

Included Modules

Defined in:

lambda/chained_invoke_details.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(result : String | Nil = nil, error : ErrorObject | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def error : ErrorObject | Nil #

Details about the chained invocation failure.


[View source]
def error=(error : ErrorObject | Nil) #

Details about the chained invocation failure.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def result : String | Nil #

The response payload from the chained invocation.


[View source]
def result=(result : String | Nil) #

The response payload from the chained invocation.


[View source]
def validate! : Nil #

[View source]