class
Amazonite::Lambda::CallbackSucceededDetails
- Amazonite::Lambda::CallbackSucceededDetails
- Reference
- Object
Overview
Contains details about a successfully completed callback operation, including the result data and completion timestamp.
Included Modules
- JSON::Serializable
Defined in:
lambda/callback_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 response payload from the successful operation.
-
#result=(result : EventResult)
The response payload from the successful operation.
- #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?.