Class: Aws::Lambda::Types::ExecutionSucceededDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ExecutionSucceededDetails
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Details about a durable execution 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.
3329 3330 3331 3332 3333 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3329 class ExecutionSucceededDetails < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |