Struct rusoto_route53::DisassociateVPCFromHostedZoneRequest [] [src]

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

A complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.

Fields

Optional: A comment about the disassociation request.

The ID of the private hosted zone that you want to disassociate a VPC from.

A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.

Trait Implementations

impl Default for DisassociateVPCFromHostedZoneRequest
[src]

[src]

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

impl Debug for DisassociateVPCFromHostedZoneRequest
[src]

[src]

Formats the value using the given formatter.