class
Amazonite::Lambda::InvokeAsyncResponse
- Amazonite::Lambda::InvokeAsyncResponse
- Reference
- Object
Overview
A success response (202 Accepted) indicates that the request is queued for invocation.
Included Modules
- JSON::Serializable
Defined in:
lambda/invoke_async_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(status : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#status : Int32 | Nil
The status code.
-
#status=(status : Int32 | Nil)
The status code.
- #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?.