Struct rusoto_route53::GetHealthCheckCountResponse [] [src]

pub struct GetHealthCheckCountResponse {
    pub health_check_count: i64,
}

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]

[src]

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

impl Debug for GetHealthCheckCountResponse
[src]

[src]

Formats the value using the given formatter.