class
Amazonite::Lambda::DeleteFunctionResponse
- Amazonite::Lambda::DeleteFunctionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/delete_function_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(status_code : 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_code : Int32 | Nil
The HTTP status code returned by the operation.
-
#status_code=(status_code : Int32 | Nil)
The HTTP status code returned by the 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?.