class
Amazonite::EventBridge::ConnectionBasicAuthResponseParameters
Overview
The authorization parameters for the connection if Basic is specified as the authorization type.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/connection_basic_auth_response_parameters.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#username : String | Nil
The user name to use for Basic authorization.
-
#username=(username : String | Nil)
The user name to use for Basic authorization.
- #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?.