Table of Contents

Class DescribePartnerEventSourceResponse

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

This is the response object from the DescribePartnerEventSource operation.

public class DescribePartnerEventSourceResponse : AmazonWebServiceResponse
Inheritance
DescribePartnerEventSourceResponse

Constructors

DescribePartnerEventSourceResponse()

public DescribePartnerEventSourceResponse()

Properties

Arn

Gets and sets the property Arn.

The ARN of the event source.

public string Arn { get; set; }

Property Value

string

Name

Gets and sets the property Name.

The name of the event source.

public string Name { get; set; }

Property Value

string