Class: Aws::EventBridge::Types::ListEventSourcesResponse

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

The list of event sources.

Returns:



2782
2783
2784
2785
2786
2787
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2782

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)


2782
2783
2784
2785
2786
2787
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2782

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