Class: Aws::Lambda::Types::ContextSucceededDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ContextSucceededDetails
- Defined in:
- gems/aws-sdk-lambda/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.
1101 1102 1103 1104 1105 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1101 class ContextSucceededDetails < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |