Struct rusoto_route53::CreateHostedZoneResponse [] [src]

pub struct CreateHostedZoneResponse {
    pub change_info: ChangeInfo,
    pub delegation_set: DelegationSet,
    pub hosted_zone: HostedZone,
    pub location: String,
    pub vpc: Option<VPC>,
}

A complex type containing the response information for the hosted zone.

Fields

A complex type that contains information about the CreateHostedZone request.

A complex type that describes the name servers for this hosted zone.

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

The unique URL representing the new hosted zone.

A complex type that contains information about an Amazon VPC that you associated with this hosted zone.

Trait Implementations

impl Default for CreateHostedZoneResponse
[src]

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

impl Debug for CreateHostedZoneResponse
[src]

Formats the value using the given formatter.