Struct rusoto_route53::DeleteHostedZoneRequest [] [src]

pub struct DeleteHostedZoneRequest {
    pub id: String,
}

A request to delete a hosted zone.

Fields

The ID of the hosted zone you want to delete.

Trait Implementations

impl Default for DeleteHostedZoneRequest
[src]

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

impl Debug for DeleteHostedZoneRequest
[src]

Formats the value using the given formatter.