Class: Aws::CloudWatchEvents::Types::ListPartnerEventSourceAccountsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/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)


2396
2397
2398
2399
2400
2401
2402
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2396

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)


2396
2397
2398
2399
2400
2401
2402
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2396

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)


2396
2397
2398
2399
2400
2401
2402
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2396

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