class
Amazonite::EventBridge::UpdateConnectionApiKeyAuthRequestParameters
Overview
Contains the API key authorization parameters to use to update the connection.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_connection_api_key_auth_request_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(api_key_name : String | Nil = nil, api_key_value : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#api_key_name : String | Nil
The name of the API key to use for authorization.
-
#api_key_name=(api_key_name : String | Nil)
The name of the API key to use for authorization.
-
#api_key_value : String | Nil
The value associated with the API key to use for authorization.
-
#api_key_value=(api_key_value : String | Nil)
The value associated with the API key to use 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_value=(api_key_value : String | Nil)
#
The value associated with the API key to use for authorization.