Class: Aws::Lambda::Types::CallbackSucceededDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CallbackSucceededDetails
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Contains details about a successfully completed callback operation, including the result data and completion timestamp.
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.
470 471 472 473 474 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 470 class CallbackSucceededDetails < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |