Table of Contents

Class ConnectionOAuthClientResponseParameters

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

Contains the client response parameters for the connection when OAuth is specified as the authorization type.

public class ConnectionOAuthClientResponseParameters
Inheritance
ConnectionOAuthClientResponseParameters
Inherited Members

Constructors

ConnectionOAuthClientResponseParameters()

public ConnectionOAuthClientResponseParameters()

Properties

ClientID

Gets and sets the property ClientID.

The client ID associated with the response to the connection request.

public string ClientID { get; set; }

Property Value

string