Struct rusoto_route53::GetHealthCheckResponse [] [src]

pub struct GetHealthCheckResponse {
    pub health_check: HealthCheck,
}

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

Fields

A complex type that contains information about one health check that is associated with the current AWS account.

Trait Implementations

impl Default for GetHealthCheckResponse
[src]

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

impl Clone for GetHealthCheckResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetHealthCheckResponse
[src]

Formats the value using the given formatter.