Struct rusoto_route53::GetHostedZoneResponse [] [src]

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

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]

[src]

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

impl Debug for GetHostedZoneResponse
[src]

[src]

Formats the value using the given formatter.