You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EventBridge::Types::ListPartnerEventSourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListPartnerEventSourcesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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.

Returns:

  • (Integer)

    pecifying this limits the number of results returned by this operation.

#name_prefixString

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

Returns:

  • (String)

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

#next_tokenString

The token returned by a previous call to this operation. Specifying this retrieves the next set of results.

Returns:

  • (String)

    The token returned by a previous call to this operation.