class
Amazonite::EventBridge::CreateConnectionBasicAuthRequestParameters
Overview
Contains the Basic authorization parameters to use for the connection.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_connection_basic_auth_request_parameters.crConstructors
- .new(username : String, password : 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. -
#hash(hasher)
See
Object#hash(hasher) -
#password : String
The password associated with the user name to use for Basic authorization.
-
#password=(password : String)
The password associated with the user name to use for Basic authorization.
-
#username : String
The user name to use for Basic authorization.
-
#username=(username : String)
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=(password : String)
#
The password associated with the user name to use for Basic authorization.