class Amazonite::ApiGateway::ApiKeyIds

Overview

The identifier of an ApiKey used in a UsagePlan.

Included Modules

Defined in:

api_gateway/api_key_ids.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

A list of all the ApiKey identifiers.


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

A list of all the ApiKey identifiers.


[View source]
def validate! : Nil #

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

A list of warning messages.


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

A list of warning messages.


[View source]