class Amazonite::ApiGateway::ApiKeys

Overview

Represents a collection of API keys as represented by an ApiKeys resource.

Included Modules

Defined in:

api_gateway/api_keys.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(warnings : Array(String) | Nil = nil, items : Array(ApiKey) | Nil = nil, position : String | 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 items : Array(ApiKey) | Nil #

The current page of elements from this collection.


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

The current page of elements from this collection.


[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]
def warnings : Array(String) | Nil #

A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.


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

A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.


[View source]