Class: Aws::Lambda::Types::ChainedInvokeStartedDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ChainedInvokeStartedDetails
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Contains details about a chained function invocation that has started execution, including start time and execution context.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#durable_execution_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the durable execution.
-
#executed_version ⇒ String
The version of the function that was executed.
-
#function_name ⇒ String
The name or ARN of the Lambda function being invoked.
-
#input ⇒ Types::EventInput
The JSON input payload provided to the chained invocation.
-
#tenant_id ⇒ String
The tenant identifier for the chained invocation.
Instance Attribute Details
#durable_execution_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the durable execution.
747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 747 class ChainedInvokeStartedDetails < Struct.new( :function_name, :tenant_id, :input, :executed_version, :durable_execution_arn) SENSITIVE = [] include Aws::Structure end |
#executed_version ⇒ String
The version of the function that was executed.
747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 747 class ChainedInvokeStartedDetails < Struct.new( :function_name, :tenant_id, :input, :executed_version, :durable_execution_arn) SENSITIVE = [] include Aws::Structure end |
#function_name ⇒ String
The name or ARN of the Lambda function being invoked.
747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 747 class ChainedInvokeStartedDetails < Struct.new( :function_name, :tenant_id, :input, :executed_version, :durable_execution_arn) SENSITIVE = [] include Aws::Structure end |
#input ⇒ Types::EventInput
The JSON input payload provided to the chained invocation.
747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 747 class ChainedInvokeStartedDetails < Struct.new( :function_name, :tenant_id, :input, :executed_version, :durable_execution_arn) SENSITIVE = [] include Aws::Structure end |
#tenant_id ⇒ String
The tenant identifier for the chained invocation.
747 748 749 750 751 752 753 754 755 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 747 class ChainedInvokeStartedDetails < Struct.new( :function_name, :tenant_id, :input, :executed_version, :durable_execution_arn) SENSITIVE = [] include Aws::Structure end |