Table of Contents

Class UpdateConnectionBasicAuthRequestParameters

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Contains the Basic authorization parameters for the connection.

public class UpdateConnectionBasicAuthRequestParameters
Inheritance
UpdateConnectionBasicAuthRequestParameters
Inherited Members

Constructors

UpdateConnectionBasicAuthRequestParameters()

public UpdateConnectionBasicAuthRequestParameters()

Properties

Password

Gets and sets the property Password.

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

public string Password { get; set; }

Property Value

string

Username

Gets and sets the property Username.

The user name to use for Basic authorization.

public string Username { get; set; }

Property Value

string