class Amazonite::ApiGateway::GetApiKeysRequest

Overview

A request to get information about the current ApiKeys resource.

Included Modules

Defined in:

api_gateway/get_api_keys_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, name_query : String | Nil = nil, customer_id : String | Nil = nil, include_values : Bool | 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 customer_id : String | Nil #

The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.


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

The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def include_values : Bool | Nil #

A boolean flag to specify whether (true) or not (false) the result contains key values.


[View source]
def include_values=(include_values : Bool | Nil) #

A boolean flag to specify whether (true) or not (false) the result contains key values.


[View source]
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 name_query : String | Nil #

The name of queried API keys.


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

The name of queried API keys.


[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]