Class ConnectionBasicAuthResponseParameters
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Contains the authorization parameters for the connection if Basic is specified as the authorization type.
public class ConnectionBasicAuthResponseParameters
- Inheritance
-
ConnectionBasicAuthResponseParameters
- Inherited Members
Constructors
ConnectionBasicAuthResponseParameters()
public ConnectionBasicAuthResponseParameters()
Properties
Username
Gets and sets the property Username.
The user name to use for Basic authorization.
public string Username { get; set; }