Struct rusoto_route53::StatusReport [] [src]

pub struct StatusReport {
    pub checked_time: Option<String>,
    pub status: Option<String>,
}

A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.

Fields

The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

Trait Implementations

impl Default for StatusReport
[src]

[src]

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

impl Debug for StatusReport
[src]

[src]

Formats the value using the given formatter.