Struct rusoto_route53::GetHealthCheckStatusResponse [] [src]

pub struct GetHealthCheckStatusResponse {
    pub health_check_observations: HealthCheckObservations,
}

A complex type that contains the response to a GetHealthCheck request.

Fields

A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

Trait Implementations

impl Default for GetHealthCheckStatusResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for GetHealthCheckStatusResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetHealthCheckStatusResponse
[src]

Formats the value using the given formatter.