class Aws::CloudWatchEvents::Types::ListEventSourcesRequest

@note When making an API call, you may pass ListEventSourcesRequest

data as a hash:

    {
      name_prefix: "EventSourceNamePrefix",
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] name_prefix

Specifying this limits the results to only those partner event
sources 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/events-2015-10-07/ListEventSourcesRequest AWS API Documentation

Constants

SENSITIVE