Struct rusoto_route53::DeleteHostedZoneResponse[][src]

pub struct DeleteHostedZoneResponse {
    pub change_info: ChangeInfo,
}

A complex type that contains the response to a DeleteHostedZone request.

Fields

A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.

Trait Implementations

impl Default for DeleteHostedZoneResponse
[src]

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

impl Debug for DeleteHostedZoneResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteHostedZoneResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteHostedZoneResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations