Class: Aws::CloudWatchEvents::Types::ListPartnerEventSourcesResponse

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

#next_tokenString

A token you can use in a subsequent operation to retrieve the next set of results.

Returns:

  • (String)


2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2459

class ListPartnerEventSourcesResponse < Struct.new(
  :partner_event_sources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#partner_event_sourcesArray<Types::PartnerEventSource>

The list of partner event sources returned by the operation.

Returns:



2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2459

class ListPartnerEventSourcesResponse < Struct.new(
  :partner_event_sources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end