class Aws::CloudWatchEvents::Types::ListPartnerEventSourcesRequest

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

data as a hash:

    {
      name_prefix: "PartnerEventSourceNamePrefix", # required
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] name_prefix

If you specify this, the results are limited to only those partner
event sources that start with the string you specify.
@return [String]

@!attribute [rw] next_token

The token returned by a previous call to this operation. Specifying
this retrieves the next set of results.
@return [String]

@!attribute [rw] limit

pecifying 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/ListPartnerEventSourcesRequest AWS API Documentation

Constants

SENSITIVE