Struct rusoto_route53::DisassociateVPCFromHostedZoneResponse [] [src]

pub struct DisassociateVPCFromHostedZoneResponse {
    pub change_info: ChangeInfo,
}

A complex type that contains the response information for the disassociate request.

Fields

A complex type that describes the changes made to the specified private hosted zone.

Trait Implementations

impl Default for DisassociateVPCFromHostedZoneResponse
[src]

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

impl Clone for DisassociateVPCFromHostedZoneResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DisassociateVPCFromHostedZoneResponse
[src]

Formats the value using the given formatter.