class Aws::EventBridge::Types::ListEventBusesRequest
@note When making an API call, you may pass ListEventBusesRequest
data as a hash: { name_prefix: "EventBusName", next_token: "NextToken", limit: 1, }
@!attribute [rw] name_prefix
Specifying this limits the results to only those event buses with names that start with the specified prefix. @return [String]
@!attribute [rw] next_token
The token returned by a previous call to retrieve the next set of results. @return [String]
@!attribute [rw] 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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/ListEventBusesRequest AWS API Documentation
Constants
- SENSITIVE