/AWS1/CL_CWTLISTDASHBOARDSOUT¶
ListDashboardsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_dashboardentries TYPE /AWS1/CL_CWTDASHBOARDENTRY=>TT_DASHBOARDENTRIES TT_DASHBOARDENTRIES¶
The list of matching dashboards.
iv_nexttoken TYPE /AWS1/CWTNEXTTOKEN /AWS1/CWTNEXTTOKEN¶
The token that marks the start of the next batch of returned results.
Queryable Attributes¶
DashboardEntries¶
The list of matching dashboards.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DASHBOARDENTRIES() |
Getter for DASHBOARDENTRIES, with configurable default |
ASK_DASHBOARDENTRIES() |
Getter for DASHBOARDENTRIES w/ exceptions if field has no va |
HAS_DASHBOARDENTRIES() |
Determine if DASHBOARDENTRIES has a value |
NextToken¶
The token that marks the start of the next batch of returned 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 |