Class ListPartnerEventSourceAccountsResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the ListPartnerEventSourceAccounts operation.
public class ListPartnerEventSourceAccountsResponse : AmazonWebServiceResponse
- Inheritance
-
ListPartnerEventSourceAccountsResponse
Constructors
ListPartnerEventSourceAccountsResponse()
public ListPartnerEventSourceAccountsResponse()
Properties
NextToken
Gets and sets the property NextToken.
A token you can use in a subsequent operation to retrieve the next set of results.
public string NextToken { get; set; }
Property Value
PartnerEventSourceAccounts
Gets and sets the property PartnerEventSourceAccounts.
The list of partner event sources returned by the operation.
public List<PartnerEventSourceAccount> PartnerEventSourceAccounts { get; set; }