Table of Contents

Class ListApiDestinationsResponse

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

This is the response object from the ListApiDestinations operation.

public class ListApiDestinationsResponse : AmazonWebServiceResponse
Inheritance
ListApiDestinationsResponse

Constructors

ListApiDestinationsResponse()

public ListApiDestinationsResponse()

Properties

ApiDestinations

Gets and sets the property ApiDestinations.

An array of ApiDestination objects that include information about an API destination.

public List<ApiDestination> ApiDestinations { get; set; }

Property Value

List<ApiDestination>

NextToken

Gets and sets the property NextToken.

A token you can use in a subsequent request to retrieve the next set of results.

public string NextToken { get; set; }

Property Value

string