Class: Aws::Lambda::Types::ListEventSourceMappingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_mappingsArray<Types::EventSourceMappingConfiguration>

A list of event source mappings.



1952
1953
1954
1955
1956
# File 'lib/aws-sdk-lambda/types.rb', line 1952

class ListEventSourceMappingsResponse < Struct.new(
  :next_marker,
  :event_source_mappings)
  include Aws::Structure
end

#next_markerString

A pagination token that’s returned when the response doesn’t contain all event source mappings.

Returns:

  • (String)


1952
1953
1954
1955
1956
# File 'lib/aws-sdk-lambda/types.rb', line 1952

class ListEventSourceMappingsResponse < Struct.new(
  :next_marker,
  :event_source_mappings)
  include Aws::Structure
end