class
Amazonite::ApiGateway::GatewayResponses
- Amazonite::ApiGateway::GatewayResponses
- Reference
- Object
Overview
The collection of the GatewayResponse instances of a RestApi as a
responseType-to-GatewayResponse object map of key-value pairs. As such, pagination is not
supported for querying this collection.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/gateway_responses.crConstructors
- .new(pull : JSON::PullParser)
- .new(items : Array(GatewayResponse) | Nil = nil, position : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#items : Array(GatewayResponse) | Nil
Returns the entire collection, because of no pagination support.
-
#items=(items : Array(GatewayResponse) | Nil)
Returns the entire collection, because of no pagination support.
-
#position : String | Nil
The current pagination position in the paged result set.
-
#position=(position : String | Nil)
The current pagination position in the paged result set.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Returns the entire collection, because of no pagination support.
Returns the entire collection, because of no pagination support.
The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.
The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.