Skip to content

/AWS1/CL_LMDLISTEVSRCMAPSRSP

ListEventSourceMappingsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTMARKER TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING

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

IT_EVENTSOURCEMAPPINGS TYPE /AWS1/CL_LMDEVSRCMAPPINGCONF=>TT_EVENTSOURCEMAPPINGSLIST TT_EVENTSOURCEMAPPINGSLIST

A list of event source mappings.


Queryable Attributes

NextMarker

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

Accessible with the following methods

Method Description
GET_NEXTMARKER() Getter for NEXTMARKER, with configurable default
ASK_NEXTMARKER() Getter for NEXTMARKER w/ exceptions if field has no value
HAS_NEXTMARKER() Determine if NEXTMARKER has a value

EventSourceMappings

A list of event source mappings.

Accessible with the following methods

Method Description
GET_EVENTSOURCEMAPPINGS() Getter for EVENTSOURCEMAPPINGS, with configurable default
ASK_EVENTSOURCEMAPPINGS() Getter for EVENTSOURCEMAPPINGS w/ exceptions if field has no
HAS_EVENTSOURCEMAPPINGS() Determine if EVENTSOURCEMAPPINGS has a value