class Amazonite::EventBridge::UpdateConnectionApiKeyAuthRequestParameters

Overview

Contains the API key authorization parameters to use to update the connection.

Included Modules

Defined in:

eventbridge/update_connection_api_key_auth_request_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

The name of the API key to use for authorization.


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

The name of the API key to use for authorization.


[View source]
def api_key_value : String | Nil #

The value associated with the API key to use for authorization.


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

The value associated with the API key to use for authorization.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]