Class: Aws::Lambda::Types::ChainedInvokeSucceededDetails

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

Overview

Details about a chained invocation that succeeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultTypes::EventResult

The response payload from the successful operation.

Returns:



779
780
781
782
783
# File 'lib/aws-sdk-lambda/types.rb', line 779

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