Struct rusoto_route53::GetHostedZoneResponse [] [src]

pub struct GetHostedZoneResponse {
    pub delegation_set: Option<DelegationSet>,
    pub hosted_zone: HostedZone,
    pub vp_cs: Option<VPCs>,
}

A complex type that contain the response to a GetHostedZone request.

Fields

A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.

A complex type that contains general information about the specified hosted zone.

A complex type that contains information about the VPCs that are associated with the specified hosted zone.

Trait Implementations

impl Default for GetHostedZoneResponse
[src]

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

impl Clone for GetHostedZoneResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetHostedZoneResponse
[src]

Formats the value using the given formatter.