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

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

Instance Attribute Details

#resultTypes::EventResult

The JSON response payload from the successful context.

Returns:



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