Skip to content

/AWS1/CL_R5ALISTROUTE53HCRSP

ListRoute53HealthChecksResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_healthchecks TYPE /AWS1/CL_R5AROUTE53HEALTHCHECK=>TT_ROUTE53HEALTHCHECKLIST TT_ROUTE53HEALTHCHECKLIST

List of the health checks requested.

iv_nexttoken TYPE /AWS1/R5ANEXTTOKEN /AWS1/R5ANEXTTOKEN

Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.


Queryable Attributes

healthChecks

List of the health checks requested.

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

nextToken

Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of 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