class
Amazonite::Lambda::ChainedInvokeStartedDetails
- Amazonite::Lambda::ChainedInvokeStartedDetails
- Reference
- Object
Overview
Contains details about a chained function invocation that has started execution, including start time and execution context.
Included Modules
- JSON::Serializable
Defined in:
lambda/chained_invoke_started_details.crConstructors
- .new(pull : JSON::PullParser)
- .new(function_name : String, tenant_id : String | Nil = nil, input : EventInput | Nil = nil, executed_version : String | Nil = nil, durable_execution_arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#durable_execution_arn : String | Nil
The Amazon Resource Name (ARN) that identifies the durable execution.
-
#durable_execution_arn=(durable_execution_arn : String | Nil)
The Amazon Resource Name (ARN) that identifies the durable execution.
-
#executed_version : String | Nil
The version of the function that was executed.
-
#executed_version=(executed_version : String | Nil)
The version of the function that was executed.
-
#function_name : String
The name or ARN of the Lambda function being invoked.
-
#function_name=(function_name : String)
The name or ARN of the Lambda function being invoked.
-
#hash(hasher)
See
Object#hash(hasher) -
#input : EventInput | Nil
The JSON input payload provided to the chained invocation.
-
#input=(input : EventInput | Nil)
The JSON input payload provided to the chained invocation.
-
#tenant_id : String | Nil
The tenant identifier for the chained invocation.
-
#tenant_id=(tenant_id : String | Nil)
The tenant identifier for the chained invocation.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) that identifies the durable execution.
The Amazon Resource Name (ARN) that identifies the durable execution.
The version of the function that was executed.