Table of Contents

Class ListPartnerEventSourcesResponse

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

This is the response object from the ListPartnerEventSources operation.

public class ListPartnerEventSourcesResponse : AmazonWebServiceResponse
Inheritance
ListPartnerEventSourcesResponse

Constructors

ListPartnerEventSourcesResponse()

public ListPartnerEventSourcesResponse()

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

string

PartnerEventSources

Gets and sets the property PartnerEventSources.

The list of partner event sources returned by the operation.

public List<PartnerEventSource> PartnerEventSources { get; set; }

Property Value

List<PartnerEventSource>