Skip to content

/AWS1/CL_LMDLISTVRSSBYFUNCRSP

ListVersionsByFunctionResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nextmarker TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING

The pagination token that's included if more results are available.

it_versions TYPE /AWS1/CL_LMDFUNCTIONCONF=>TT_FUNCTIONLIST TT_FUNCTIONLIST

A list of Lambda function versions.


Queryable Attributes

NextMarker

The pagination token that's included if more results are available.

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

Versions

A list of Lambda function versions.

Accessible with the following methods

Method Description
GET_VERSIONS() Getter for VERSIONS, with configurable default
ASK_VERSIONS() Getter for VERSIONS w/ exceptions if field has no value
HAS_VERSIONS() Determine if VERSIONS has a value