Class: Aws::Lambda::Types::ListEventSourceMappingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListEventSourceMappingsResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_source_mappings ⇒ Array<Types::EventSourceMappingConfiguration>
A list of event source mappings.
-
#next_marker ⇒ String
A pagination token that's returned when the response doesn't contain all event source mappings.
Instance Attribute Details
#event_source_mappings ⇒ Array<Types::EventSourceMappingConfiguration>
A list of event source mappings.
4441 4442 4443 4444 4445 4446 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4441 class ListEventSourceMappingsResponse < Struct.new( :next_marker, :event_source_mappings) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
A pagination token that's returned when the response doesn't contain all event source mappings.
4441 4442 4443 4444 4445 4446 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4441 class ListEventSourceMappingsResponse < Struct.new( :next_marker, :event_source_mappings) SENSITIVE = [] include Aws::Structure end |