class
Amazonite::Lambda::EventResult
- Amazonite::Lambda::EventResult
- Reference
- Object
Overview
Result information for an event.
Included Modules
- JSON::Serializable
Defined in:
lambda/event_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(payload : String | Nil = nil, truncated : Bool | 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) -
#payload : String | Nil
The result payload.
-
#payload=(payload : String | Nil)
The result payload.
-
#truncated : Bool | Nil
Indicates if the error payload was truncated due to size limits.
-
#truncated=(truncated : Bool | Nil)
Indicates if the error payload was truncated due to size limits.
- #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 truncated=(truncated : Bool | Nil)
#
Indicates if the error payload was truncated due to size limits.