Struct rusoto_route53::GetHostedZoneRequest [] [src]

pub struct GetHostedZoneRequest {
    pub id: String,
}

A request to get information about a specified hosted zone.

Fields

The ID of the hosted zone that you want to get information about.

Trait Implementations

impl Default for GetHostedZoneRequest
[src]

[src]

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

impl Debug for GetHostedZoneRequest
[src]

[src]

Formats the value using the given formatter.