Class: Aws::EventBridge::Types::ListPartnerEventSourceAccountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ListPartnerEventSourceAccountsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_source_name ⇒ String
The name of the partner event source to display account information about.
-
#limit ⇒ Integer
Specifying this limits the number of results returned by this operation.
-
#next_token ⇒ String
The token returned by a previous call to this operation.
Instance Attribute Details
#event_source_name ⇒ String
The name of the partner event source to display account information about.
2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 2947 class ListPartnerEventSourceAccountsRequest < Struct.new( :event_source_name, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
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.
2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 2947 class ListPartnerEventSourceAccountsRequest < Struct.new( :event_source_name, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to this operation. Specifying this retrieves the next set of results.
2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 2947 class ListPartnerEventSourceAccountsRequest < Struct.new( :event_source_name, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |