Class ListEventSourcesResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the ListEventSources operation.
public class ListEventSourcesResponse : AmazonWebServiceResponse
- Inheritance
-
ListEventSourcesResponse
Constructors
ListEventSourcesResponse()
public ListEventSourcesResponse()
Properties
EventSources
Gets and sets the property EventSources.
The list of event sources.
public List<EventSource> EventSources { get; set; }
Property Value
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; }