class
Amazonite::Lambda::ContextSucceededDetails
- Amazonite::Lambda::ContextSucceededDetails
- Reference
- Object
Overview
Details about a context that succeeded.
Included Modules
- JSON::Serializable
Defined in:
lambda/context_succeeded_details.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#result : EventResult
The JSON response payload from the successful context.
-
#result=(result : EventResult)
The JSON response payload from the successful context.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.