Struct rusoto_route53::AssociateVPCWithHostedZoneRequest [] [src]

pub struct AssociateVPCWithHostedZoneRequest {
    pub comment: Option<String>,
    pub hosted_zone_id: String,
    pub vpc: VPC,
}

A complex type that contains information about the request to associate a VPC with a private hosted zone.

Fields

Optional: A comment about the association request.

The ID of the private hosted zone that you want to associate an Amazon VPC with.

Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.

A complex type that contains information about the VPC that you want to associate with a private hosted zone.

Trait Implementations

impl Default for AssociateVPCWithHostedZoneRequest
[src]

[src]

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

impl Debug for AssociateVPCWithHostedZoneRequest
[src]

[src]

Formats the value using the given formatter.