class Aws::Route53::Types::ListHealthChecksResponse

A complex type that contains the response to a `ListHealthChecks` request.

@!attribute [rw] health_checks

A complex type that contains one `HealthCheck` element for each
health check that is associated with the current Amazon Web Services
account.
@return [Array<Types::HealthCheck>]

@!attribute [rw] marker

For the second and subsequent calls to `ListHealthChecks`, `Marker`
is the value that you specified for the `marker` parameter in the
previous request.
@return [String]

@!attribute [rw] is_truncated

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 `ListHealthChecks` request and
specifying the value of `NextMarker` in the `marker` parameter.
@return [Boolean]

@!attribute [rw] next_marker

If `IsTruncated` is `true`, the value of `NextMarker` identifies the
first health check that Amazon Route 53 returns if you submit
another `ListHealthChecks` request and specify the value of
`NextMarker` in the `marker` parameter.
@return [String]

@!attribute [rw] max_items

The value that you specified for the `maxitems` parameter in the
call to `ListHealthChecks` that produced the current response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHealthChecksResponse AWS API Documentation

Constants

SENSITIVE