class Amazonite::ApiGateway::GetApiKeyRequest

Overview

A request to get information about the current ApiKey resource.

Included Modules

Defined in:

api_gateway/get_api_key_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(api_key : String, include_value : Bool | 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 api_key : String #

The identifier of the ApiKey resource.


[View source]
def api_key=(api_key : String) #

The identifier of the ApiKey resource.


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

See Object#hash(hasher)


def include_value : Bool | Nil #

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


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

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


[View source]
def validate! : Nil #

[View source]