/AWS1/CL_SCALSTASSCDATTRGRSRSP¶
ListAssociatedAttributeGroupsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_attributegroups TYPE /AWS1/CL_SCAATTRGROUPIDS_W=>TT_ATTRIBUTEGROUPIDS TT_ATTRIBUTEGROUPIDS¶
A list of attribute group IDs.
iv_nexttoken TYPE /AWS1/SCANEXTTOKEN /AWS1/SCANEXTTOKEN¶
The token to use to get the next page of results after a previous API call.
Queryable Attributes¶
attributeGroups¶
A list of attribute group IDs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTEGROUPS() |
Getter for ATTRIBUTEGROUPS, with configurable default |
ASK_ATTRIBUTEGROUPS() |
Getter for ATTRIBUTEGROUPS w/ exceptions if field has no val |
HAS_ATTRIBUTEGROUPS() |
Determine if ATTRIBUTEGROUPS has a value |
nextToken¶
The token to use to get the next page of results after a previous API call.
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 |