Struct rusoto_route53::GetHostedZoneRequest [] [src]

pub struct GetHostedZoneRequest {
    pub id: ResourceId,
}

The input for a GetHostedZone request.

Fields

The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

Trait Implementations

impl Default for GetHostedZoneRequest
[src]

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

impl Clone for GetHostedZoneRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetHostedZoneRequest
[src]

Formats the value using the given formatter.