class Amazonite::Lambda::ChainedInvokeStartedDetails

Overview

Contains details about a chained function invocation that has started execution, including start time and execution context.

Included Modules

Defined in:

lambda/chained_invoke_started_details.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(function_name : String, tenant_id : String | Nil = nil, input : EventInput | Nil = nil, executed_version : String | Nil = nil, durable_execution_arn : String | 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 durable_execution_arn : String | Nil #

The Amazon Resource Name (ARN) that identifies the durable execution.


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

The Amazon Resource Name (ARN) that identifies the durable execution.


[View source]
def executed_version : String | Nil #

The version of the function that was executed.


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

The version of the function that was executed.


[View source]
def function_name : String #

The name or ARN of the Lambda function being invoked.


[View source]
def function_name=(function_name : String) #

The name or ARN of the Lambda function being invoked.


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

See Object#hash(hasher)


def input : EventInput | Nil #

The JSON input payload provided to the chained invocation.


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

The JSON input payload provided to the chained invocation.


[View source]
def tenant_id : String | Nil #

The tenant identifier for the chained invocation.


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

The tenant identifier for the chained invocation.


[View source]
def validate! : Nil #

[View source]