/AWS1/CL_R53STATUSREPORT¶
A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/R53STATUS /AWS1/R53STATUS¶
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.
iv_checkedtime TYPE /AWS1/R53TIMESTAMP /AWS1/R53TIMESTAMP¶
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value
2017-03-27T17:48:16.751Zrepresents March 27, 2017 at 17:48:16.751 UTC.
Queryable Attributes¶
Status¶
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
CheckedTime¶
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value
2017-03-27T17:48:16.751Zrepresents March 27, 2017 at 17:48:16.751 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHECKEDTIME() |
Getter for CHECKEDTIME, with configurable default |
ASK_CHECKEDTIME() |
Getter for CHECKEDTIME w/ exceptions if field has no value |
HAS_CHECKEDTIME() |
Determine if CHECKEDTIME has a value |