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.



4129
4130
4131
4132
4133
4134
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4129

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)


4129
4130
4131
4132
4133
4134
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4129

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