Class: Aws::Lambda::Types::ContextSucceededDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ContextSucceededDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Details about a context that succeeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result ⇒ Types::EventResult
The JSON response payload from the successful context.
Instance Attribute Details
#result ⇒ Types::EventResult
The JSON response payload from the successful context.
1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-lambda/types.rb', line 1107 class ContextSucceededDetails < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |