Struct rusoto_route53::GetHealthCheckRequest [] [src]

pub struct GetHealthCheckRequest {
    pub health_check_id: HealthCheckId,
}

A request to get information about a specified health check.

Fields

The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

Trait Implementations

impl Default for GetHealthCheckRequest
[src]

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

impl Clone for GetHealthCheckRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetHealthCheckRequest
[src]

Formats the value using the given formatter.