/AWS1/CL_R53LISTHEALTHCHKSRSP¶
A complex type that contains the response to a ListHealthChecks
request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_healthchecks TYPE /AWS1/CL_R53HEALTHCHECK=>TT_HEALTHCHECKS TT_HEALTHCHECKS¶
A complex type that contains one
HealthCheckelement for each health check that is associated with the current Amazon Web Services account.
iv_marker TYPE /AWS1/R53PAGEMARKER /AWS1/R53PAGEMARKER¶
For the second and subsequent calls to
ListHealthChecks,Markeris the value that you specified for themarkerparameter in the previous request.
iv_istruncated TYPE /AWS1/R53PAGETRUNCATED /AWS1/R53PAGETRUNCATED¶
A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of health checks by submitting another
ListHealthChecksrequest and specifying the value ofNextMarkerin themarkerparameter.
iv_maxitems TYPE /AWS1/R53INTEGER /AWS1/R53INTEGER¶
The value that you specified for the
maxitemsparameter in the call toListHealthChecksthat produced the current response.
Optional arguments:¶
iv_nextmarker TYPE /AWS1/R53PAGEMARKER /AWS1/R53PAGEMARKER¶
If
IsTruncatedistrue, the value ofNextMarkeridentifies the first health check that Amazon Route 53 returns if you submit anotherListHealthChecksrequest and specify the value ofNextMarkerin themarkerparameter.
Queryable Attributes¶
HealthChecks¶
A complex type that contains one
HealthCheckelement for each health check that is associated with the current Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEALTHCHECKS() |
Getter for HEALTHCHECKS, with configurable default |
ASK_HEALTHCHECKS() |
Getter for HEALTHCHECKS w/ exceptions if field has no value |
HAS_HEALTHCHECKS() |
Determine if HEALTHCHECKS has a value |
Marker¶
For the second and subsequent calls to
ListHealthChecks,Markeris the value that you specified for themarkerparameter in the previous request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
IsTruncated¶
A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of health checks by submitting another
ListHealthChecksrequest and specifying the value ofNextMarkerin themarkerparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED |
NextMarker¶
If
IsTruncatedistrue, the value ofNextMarkeridentifies the first health check that Amazon Route 53 returns if you submit anotherListHealthChecksrequest and specify the value ofNextMarkerin themarkerparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
MaxItems¶
The value that you specified for the
maxitemsparameter in the call toListHealthChecksthat produced the current response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXITEMS() |
Getter for MAXITEMS, with configurable default |
ASK_MAXITEMS() |
Getter for MAXITEMS w/ exceptions if field has no value |
HAS_MAXITEMS() |
Determine if MAXITEMS has a value |