class Amazonite::Lambda::ExecutionStartedDetails

Overview

Details about a durable execution that started.

Included Modules

Defined in:

lambda/execution_started_details.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : EventInput, execution_timeout : Int32) #

[View source]
def self.new(pull : JSON::PullParser) #

[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 execution_timeout : Int32 #

The maximum amount of time that the durable execution is allowed to run, in seconds.


[View source]
def execution_timeout=(execution_timeout : Int32) #

The maximum amount of time that the durable execution is allowed to run, in seconds.


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

See Object#hash(hasher)


def input : EventInput #

The input payload provided for the durable execution.


[View source]
def input=(input : EventInput) #

The input payload provided for the durable execution.


[View source]
def validate! : Nil #

[View source]