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

Class: Aws::EventBridge::Types::ListEventSourcesRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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.

Returns:

  • (Integer)

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

#name_prefixString

Specifying this limits the results to only those partner event sources with names that start with the specified prefix.

Returns:

  • (String)

    Specifying this limits the results to only those partner event sources with names that start with the specified prefix.

#next_tokenString

The token returned by a previous call to retrieve the next set of results.

Returns:

  • (String)

    The token returned by a previous call to retrieve the next set of results.