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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_mappingsArray<Types::EventSourceMappingConfiguration>

A list of event source mappings.



4170
4171
4172
4173
4174
4175
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4170

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

#next_markerString

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

Returns:

  • (String)


4170
4171
4172
4173
4174
4175
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4170

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