Class: Aws::Lambda::Types::ExecutionSucceededDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Details about a [durable execution] that succeeded.

[1]: docs.aws.amazon.com/lambda/latest/dg/durable-functions.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultTypes::EventResult

The response payload from the successful operation.

Returns:



3329
3330
3331
3332
3333
# File 'lib/aws-sdk-lambda/types.rb', line 3329

class ExecutionSucceededDetails < Struct.new(
  :result)
  SENSITIVE = []
  include Aws::Structure
end