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:



810
811
812
813
814
# File 'lib/aws-sdk-lambda/types.rb', line 810

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