Class: Aws::Lambda::Types::ChainedInvokeSucceededDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ChainedInvokeSucceededDetails
- 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
-
#result ⇒ Types::EventResult
The response payload from the successful operation.
Instance Attribute Details
#result ⇒ Types::EventResult
The response payload from the successful operation.
785 786 787 788 789 |
# File 'lib/aws-sdk-lambda/types.rb', line 785 class ChainedInvokeSucceededDetails < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |