class
Amazonite::Lambda::SendDurableExecutionCallbackSuccessRequest
Included Modules
- JSON::Serializable
Defined in:
lambda/send_durable_execution_callback_success_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#callback_id : String
The unique identifier for the callback operation.
-
#callback_id=(callback_id : String)
The unique identifier for the callback operation.
-
#hash(hasher)
See
Object#hash(hasher) -
#result : String | Nil
The result data from the successful callback operation.
-
#result=(result : String | Nil)
The result data from the successful callback 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?.
def result : String | Nil
#
The result data from the successful callback operation. Maximum size is 256 KB.
def result=(result : String | Nil)
#
The result data from the successful callback operation. Maximum size is 256 KB.