Struct rusoto_route53::GetHealthCheckCountResponse [] [src]

pub struct GetHealthCheckCountResponse {
    pub health_check_count: HealthCheckCount,
}

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

Fields

The number of health checks associated with the current AWS account.

Trait Implementations

impl Default for GetHealthCheckCountResponse
[src]

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

impl Clone for GetHealthCheckCountResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetHealthCheckCountResponse
[src]

Formats the value using the given formatter.