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]

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

impl Debug for GetHostedZoneResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetHostedZoneResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetHostedZoneResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations