Class ListConnectionsRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the ListConnections operation. Retrieves a list of connections from the account.
public class ListConnectionsRequest : AmazonEventBridgeRequest
- Inheritance
-
ListConnectionsRequest
Constructors
ListConnectionsRequest()
public ListConnectionsRequest()
Properties
ConnectionState
Gets and sets the property ConnectionState.
The state of the connection.
public ConnectionState ConnectionState { get; set; }
Property Value
Limit
Gets and sets the property Limit.
The maximum number of connections to return.
public int Limit { get; set; }
Property Value
NamePrefix
Gets and sets the property NamePrefix.
A name prefix to filter results returned. Only connections with a name that starts with the prefix are returned.
public string NamePrefix { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
The token returned by a previous call to retrieve the next set of results.
public string NextToken { get; set; }