Skip to content

/AWS1/CL_AUMLISTCONTROLSRSP

ListControlsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_controlmetadatalist TYPE /AWS1/CL_AUMCONTROLMETADATA=>TT_CONTROLMETADATALIST TT_CONTROLMETADATALIST

A list of metadata that the ListControls API returns for each control.

iv_nexttoken TYPE /AWS1/AUMTOKEN /AWS1/AUMTOKEN

The pagination token that's used to fetch the next set of results.


Queryable Attributes

controlMetadataList

A list of metadata that the ListControls API returns for each control.

Accessible with the following methods

Method Description
GET_CONTROLMETADATALIST() Getter for CONTROLMETADATALIST, with configurable default
ASK_CONTROLMETADATALIST() Getter for CONTROLMETADATALIST w/ exceptions if field has no
HAS_CONTROLMETADATALIST() Determine if CONTROLMETADATALIST has a value

nextToken

The pagination token that's used to fetch the next set of results.

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