/AWS1/CL_CWSLSTGRINGATTRDEFS01¶
ListGroupingAttributeDefinitionsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_groupingattributedefns TYPE /AWS1/CL_CWSGROUPINGATTRDEFN=>TT_GROUPINGATTRIBUTEDEFNS TT_GROUPINGATTRIBUTEDEFNS¶
An array of available grouping attribute definitions that can be used to create grouping configurations.
Optional arguments:¶
iv_updatedat TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP¶
The timestamp when the grouping attribute definitions were last updated. Expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.
iv_nexttoken TYPE /AWS1/CWSNEXTTOKEN /AWS1/CWSNEXTTOKEN¶
The token to use for retrieving the next page of results. This value is present only if there are more results available than were returned in the current response.
Queryable Attributes¶
GroupingAttributeDefinitions¶
An array of available grouping attribute definitions that can be used to create grouping configurations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPINGATTRIBUTEDEFNS() |
Getter for GROUPINGATTRIBUTEDEFINITIONS, with configurable d |
ASK_GROUPINGATTRIBUTEDEFNS() |
Getter for GROUPINGATTRIBUTEDEFINITIONS w/ exceptions if fie |
HAS_GROUPINGATTRIBUTEDEFNS() |
Determine if GROUPINGATTRIBUTEDEFINITIONS has a value |
UpdatedAt¶
The timestamp when the grouping attribute definitions were last updated. Expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
NextToken¶
The token to use for retrieving the next page of results. This value is present only if there are more results available than were returned in the current response.
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 |