/AWS1/CL_IOSCREATEDASHBOARDRSP¶
CreateDashboardResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dashboardid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the dashboard.
iv_dashboardarn TYPE /AWS1/IOSARN /AWS1/IOSARN¶
The ARN of the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
Queryable Attributes¶
dashboardId¶
The ID of the dashboard.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DASHBOARDID() |
Getter for DASHBOARDID, with configurable default |
ASK_DASHBOARDID() |
Getter for DASHBOARDID w/ exceptions if field has no value |
HAS_DASHBOARDID() |
Determine if DASHBOARDID has a value |
dashboardArn¶
The ARN of the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DASHBOARDARN() |
Getter for DASHBOARDARN, with configurable default |
ASK_DASHBOARDARN() |
Getter for DASHBOARDARN w/ exceptions if field has no value |
HAS_DASHBOARDARN() |
Determine if DASHBOARDARN has a value |