Struct rusoto_route53::DeleteHealthCheckRequest [] [src]

pub struct DeleteHealthCheckRequest {
    pub health_check_id: String,
}

This action deletes a health check.

Fields

The ID of the health check that you want to delete.

Trait Implementations

impl Default for DeleteHealthCheckRequest
[src]

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

impl Debug for DeleteHealthCheckRequest
[src]

Formats the value using the given formatter.