Class: Aws::LambdaPreview::Types::ListEventSourcesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb

Overview

Contains a list of event sources (see API_EventSourceConfiguration)

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_sourcesArray<Types::EventSourceConfiguration>

An arrary of EventSourceConfiguration objects.



401
402
403
404
405
406
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 401

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

#next_markerString

A string, present if there are more event source mappings.

Returns:

  • (String)


401
402
403
404
405
406
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 401

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