Class ListPartnerEventSourceAccountsRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the ListPartnerEventSourceAccounts operation. An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular partner event source name is associated with. This operation is not used by Amazon Web Services customers.
public class ListPartnerEventSourceAccountsRequest : AmazonEventBridgeRequest
- Inheritance
-
ListPartnerEventSourceAccountsRequest
Constructors
ListPartnerEventSourceAccountsRequest()
public ListPartnerEventSourceAccountsRequest()
Properties
EventSourceName
Gets and sets the property EventSourceName.
The name of the partner event source to display account information about.
public string EventSourceName { get; set; }
Property Value
Limit
Gets and sets the property Limit.
Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
public int Limit { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
The token returned by a previous call to this operation. Specifying this retrieves the next set of results.
public string NextToken { get; set; }