Class CreatePartnerEventSourceResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the CreatePartnerEventSource operation.
public class CreatePartnerEventSourceResponse : AmazonWebServiceResponse
- Inheritance
-
CreatePartnerEventSourceResponse
Constructors
CreatePartnerEventSourceResponse()
public CreatePartnerEventSourceResponse()
Properties
EventSourceArn
Gets and sets the property EventSourceArn.
The ARN of the partner event source.
public string EventSourceArn { get; set; }