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