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:



2922
2923
2924
2925
2926
2927
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2922

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)


2922
2923
2924
2925
2926
2927
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2922

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