Class: Aws::CloudWatchEvents::Types::ListPartnerEventSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListPartnerEventSourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token you can use in a subsequent operation to retrieve the next set of results.
-
#partner_event_sources ⇒ Array<Types::PartnerEventSource>
The list of partner event sources returned by the operation.
Instance Attribute Details
#next_token ⇒ String
A token you can use in a subsequent operation to retrieve the next set of results.
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2459 class ListPartnerEventSourcesResponse < Struct.new( :partner_event_sources, :next_token) SENSITIVE = [] include Aws::Structure end |
#partner_event_sources ⇒ Array<Types::PartnerEventSource>
The list of partner event sources returned by the operation.
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2459 class ListPartnerEventSourcesResponse < Struct.new( :partner_event_sources, :next_token) SENSITIVE = [] include Aws::Structure end |