class Aws::EventBridge::Types::ListPartnerEventSourceAccountsRequest

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

data as a hash:

    {
      event_source_name: "EventSourceName", # required
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] event_source_name

The name of the partner event source to display account information
about.
@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

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

Constants

SENSITIVE