Class DescribePartnerEventSourceRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the DescribePartnerEventSource operation. An SaaS partner can use this operation to list details about a partner event source that they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use DescribeEventSource to see details about a partner event source that is shared with them.
public class DescribePartnerEventSourceRequest : AmazonEventBridgeRequest
- Inheritance
-
DescribePartnerEventSourceRequest
Constructors
DescribePartnerEventSourceRequest()
public DescribePartnerEventSourceRequest()
Properties
Name
Gets and sets the property Name.
The name of the event source to display.
public string Name { get; set; }