Class: Aws::Lambda::Types::ContextSucceededDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resultTypes::EventResult

The JSON response payload from the successful context.

Returns:



1107
1108
1109
1110
1111
# File 'lib/aws-sdk-lambda/types.rb', line 1107

class ContextSucceededDetails < Struct.new(
  :result)
  SENSITIVE = []
  include Aws::Structure
end