Class: Aws::CloudWatchEvents::Types::ListEventSourcesResponse

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_sourcesArray<Types::EventSource>

The list of event sources.

Returns:



2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2371

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

#next_tokenString

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

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2371

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