class Amazonite::EventBridge::CreateConnectionBasicAuthRequestParameters

Overview

Contains the Basic authorization parameters to use for the connection.

Included Modules

Defined in:

eventbridge/create_connection_basic_auth_request_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(username : String, password : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def password : String #

The password associated with the user name to use for Basic authorization.


[View source]
def password=(password : String) #

The password associated with the user name to use for Basic authorization.


[View source]
def username : String #

The user name to use for Basic authorization.


[View source]
def username=(username : String) #

The user name to use for Basic authorization.


[View source]
def validate! : Nil #

[View source]