Skip to content

/AWS1/CL_M2_LISTENGINEVRSSRSP

ListEngineVersionsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_engineversions TYPE /AWS1/CL_M2_ENGINEVRSSSUMMARY=>TT_ENGINEVERSIONSSUMMARYLIST TT_ENGINEVERSIONSSUMMARYLIST

Returns the engine versions.

Optional arguments:

iv_nexttoken TYPE /AWS1/M2_NEXTTOKEN /AWS1/M2_NEXTTOKEN

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.


Queryable Attributes

engineVersions

Returns the engine versions.

Accessible with the following methods

Method Description
GET_ENGINEVERSIONS() Getter for ENGINEVERSIONS, with configurable default
ASK_ENGINEVERSIONS() Getter for ENGINEVERSIONS w/ exceptions if field has no valu
HAS_ENGINEVERSIONS() Determine if ENGINEVERSIONS has a value

nextToken

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value