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

Class: Aws::EventBridge::Types::ListPartnerEventSourceAccountsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_nameString

The name of the partner event source to display account information about.

Returns:

  • (String)

    The name of the partner event source to display account information about.

#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.

#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.