Struct rusoto_route53::ChangeInfo [] [src]

pub struct ChangeInfo {
    pub comment: Option<ResourceDescription>,
    pub id: ResourceId,
    pub status: ChangeStatus,
    pub submitted_at: TimeStamp,
}

A complex type that describes change information about changes made to your hosted zone.

Fields

A complex type that describes change information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

The ID of the request.

The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

The date and time that the change request was submitted 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.

Trait Implementations

impl Default for ChangeInfo
[src]

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

impl Clone for ChangeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChangeInfo
[src]

Formats the value using the given formatter.