/AWS1/CL_TRLLISTDASHBOARDSRSP¶
ListDashboardsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_dashboards
TYPE /AWS1/CL_TRLDASHBOARDDETAIL=>TT_DASHBOARDS
TT_DASHBOARDS
¶
Contains information about dashboards in the account, in the current Region that match the applied filters.
iv_nexttoken
TYPE /AWS1/TRLPAGINATIONTOKEN
/AWS1/TRLPAGINATIONTOKEN
¶
A token you can use to get the next page of dashboard results.
Queryable Attributes¶
Dashboards¶
Contains information about dashboards in the account, in the current Region that match the applied filters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DASHBOARDS() |
Getter for DASHBOARDS, with configurable default |
ASK_DASHBOARDS() |
Getter for DASHBOARDS w/ exceptions if field has no value |
HAS_DASHBOARDS() |
Determine if DASHBOARDS has a value |
NextToken¶
A token you can use to get the next page of dashboard 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 |