Class: Aws::Lambda::Types::ChainedInvokeStartedDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#durable_execution_arnString

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

Returns:

  • (String)


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_versionString

The version of the function that was executed.

Returns:

  • (String)


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_nameString

The name or ARN of the Lambda function being invoked.

Returns:

  • (String)


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

#inputTypes::EventInput

The JSON input payload provided to the chained invocation.

Returns:



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_idString

The tenant identifier for the chained invocation.

Returns:

  • (String)


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