class
Amazonite::Lambda::ExecutionStartedDetails
- Amazonite::Lambda::ExecutionStartedDetails
- Reference
- Object
Overview
Details about a durable execution that started.
Included Modules
- JSON::Serializable
Defined in:
lambda/execution_started_details.crConstructors
- .new(input : EventInput, execution_timeout : Int32)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#execution_timeout : Int32
The maximum amount of time that the durable execution is allowed to run, in seconds.
-
#execution_timeout=(execution_timeout : Int32)
The maximum amount of time that the durable execution is allowed to run, in seconds.
-
#hash(hasher)
See
Object#hash(hasher) -
#input : EventInput
The input payload provided for the durable execution.
-
#input=(input : EventInput)
The input payload provided for the durable execution.
- #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?.
def execution_timeout : Int32
#
The maximum amount of time that the durable execution is allowed to run, in seconds.
def execution_timeout=(execution_timeout : Int32)
#
The maximum amount of time that the durable execution is allowed to run, in seconds.