/AWS1/CL_CCGLISTCONTROLMAPSRSP¶
ListControlMappingsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_controlmappings
TYPE /AWS1/CL_CCGCONTROLMAPPING=>TT_CONTROLMAPPINGS
TT_CONTROLMAPPINGS
¶
The list of control mappings that the ListControlMappings API returns.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/CCGPAGINATIONTOKEN
/AWS1/CCGPAGINATIONTOKEN
¶
The pagination token that's used to fetch the next set of results.
Queryable Attributes¶
ControlMappings¶
The list of control mappings that the ListControlMappings API returns.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTROLMAPPINGS() |
Getter for CONTROLMAPPINGS, with configurable default |
ASK_CONTROLMAPPINGS() |
Getter for CONTROLMAPPINGS w/ exceptions if field has no val |
HAS_CONTROLMAPPINGS() |
Determine if CONTROLMAPPINGS 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 |