class
Amazonite::EventBridge::ConnectionApiKeyAuthResponseParameters
Overview
Contains the authorization parameters for the connection if API Key is specified as the authorization type.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/connection_api_key_auth_response_parameters.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#api_key_name : String | Nil
The name of the header to use for the
APIKeyValueused for authorization. -
#api_key_name=(api_key_name : String | Nil)
The name of the header to use for the
APIKeyValueused for authorization. -
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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 header to use for the APIKeyValue used for authorization.
def api_key_name=(api_key_name : String | Nil)
#
The name of the header to use for the APIKeyValue used for authorization.