class
Amazonite::EventBridge::CreateConnectionApiKeyAuthRequestParameters
Overview
The API key authorization parameters for the connection.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_connection_api_key_auth_request_parameters.crConstructors
- .new(api_key_name : String, api_key_value : String)
- .new(pull : JSON::PullParser)
- .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
The name of the API key to use for authorization.
-
#api_key_name=(api_key_name : String)
The name of the API key to use for authorization.
-
#api_key_value : String
The value for the API key to use for authorization.
-
#api_key_value=(api_key_value : String)
The value for 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?.