class Amazonite::ApiGateway::GetRestApisRequest

Overview

The GET request to list existing RestApis defined for your collection.

Included Modules

Defined in:

api_gateway/get_rest_apis_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(position : String | Nil = nil, limit : Int32 | Nil = nil) #

[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 limit : Int32 | Nil #

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.


[View source]
def limit=(limit : Int32 | Nil) #

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.


[View source]
def position : String | Nil #

The current pagination position in the paged result set.


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

The current pagination position in the paged result set.


[View source]
def validate! : Nil #

[View source]