Table of Contents

Class ListEventBusesRequest

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

Container for the parameters to the ListEventBuses operation. Lists all the event buses in your account, including the default event bus, custom event buses, and partner event buses.

public class ListEventBusesRequest : AmazonEventBridgeRequest
Inheritance
ListEventBusesRequest

Constructors

ListEventBusesRequest()

public ListEventBusesRequest()

Properties

Limit

Gets and sets the property Limit.

Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

public int Limit { get; set; }

Property Value

int

NamePrefix

Gets and sets the property NamePrefix.

Specifying this limits the results to only those event buses with names that start with the specified prefix.

public string NamePrefix { get; set; }

Property Value

string

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; }

Property Value

string