class Amazonite::ApiGateway::GatewayResponses

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

Defined in:

api_gateway/gateway_responses.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(items : Array(GatewayResponse) | Nil = nil, position : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def items : Array(GatewayResponse) | Nil #

Returns the entire collection, because of no pagination support.


[View source]
def items=(items : Array(GatewayResponse) | Nil) #

Returns the entire collection, because of no pagination support.


[View source]
def position : String | Nil #

The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.


[View source]
def position=(position : String | Nil) #

The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.


[View source]
def validate! : Nil #

[View source]