Struct rusoto_route53::CreateHealthCheckResponse [] [src]

pub struct CreateHealthCheckResponse {
    pub health_check: HealthCheck,
    pub location: String,
}

A complex type containing the response information for the new health check.

Fields

A complex type that contains identifying information about the health check.

The unique URL representing the new health check.

Trait Implementations

impl Default for CreateHealthCheckResponse
[src]

[src]

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

impl Debug for CreateHealthCheckResponse
[src]

[src]

Formats the value using the given formatter.