/AWS1/CL_CWSLSTGRINGATTRDEFS01¶
ListGroupingAttributeDefinitionsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_groupingattributedefns TYPE /AWS1/CL_CWSGROUPINGATTRDEFN=>TT_GROUPINGATTRIBUTEDEFNS TT_GROUPINGATTRIBUTEDEFNS¶
An array of structures, where each structure contains information about one grouping attribute definition, including the grouping name, source keys, and default values.
Optional arguments:¶
iv_updatedat TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP¶
The timestamp when the grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
iv_nexttoken TYPE /AWS1/CWSNEXTTOKEN /AWS1/CWSNEXTTOKEN¶
Include this value in your next use of this API to get the next set of grouping attribute definitions.
Queryable Attributes¶
GroupingAttributeDefinitions¶
An array of structures, where each structure contains information about one grouping attribute definition, including the grouping name, source keys, and default values.
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 configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
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¶
Include this value in your next use of this API to get the next set of grouping attribute definitions.
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 |