Struct rusoto_route53::HealthCheckObservation [] [src]

pub struct HealthCheckObservation {
    pub ip_address: Option<IPAddress>,
    pub region: Option<HealthCheckRegion>,
    pub status_report: Option<StatusReport>,
}

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.

Fields

The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

The region of the Amazon Route 53 health checker that provided the status in StatusReport.

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

Trait Implementations

impl Default for HealthCheckObservation
[src]

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

impl Clone for HealthCheckObservation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HealthCheckObservation
[src]

Formats the value using the given formatter.