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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_nameString

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

Returns:

  • (String)


2807
2808
2809
2810
2811
2812
2813
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2807

class ListPartnerEventSourceAccountsRequest < Struct.new(
  :event_source_name,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

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


2807
2808
2809
2810
2811
2812
2813
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2807

class ListPartnerEventSourceAccountsRequest < Struct.new(
  :event_source_name,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2807
2808
2809
2810
2811
2812
2813
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2807

class ListPartnerEventSourceAccountsRequest < Struct.new(
  :event_source_name,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end