Struct rusoto_route53::GetHealthCheckStatusResponse[][src]

pub struct GetHealthCheckStatusResponse {
    pub health_check_observations: Vec<HealthCheckObservation>,
}

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 Debug for GetHealthCheckStatusResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetHealthCheckStatusResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetHealthCheckStatusResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations