Table of Contents

Class ListConnectionsResponse

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

This is the response object from the ListConnections operation.

public class ListConnectionsResponse : AmazonWebServiceResponse
Inheritance
ListConnectionsResponse

Constructors

ListConnectionsResponse()

public ListConnectionsResponse()

Properties

Connections

Gets and sets the property Connections.

An array of connections objects that include details about the connections.

public List<Connection> Connections { get; set; }

Property Value

List<Connection>

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