Struct rusoto_route53::VPC [] [src]

pub struct VPC {
    pub vpc_id: Option<String>,
    pub vpc_region: Option<String>,
}

(Private hosted zones only) A complex type that contains information about an Amazon VPC.

Fields

(Private hosted zones only) The region in which you created an Amazon VPC.

Trait Implementations

impl Default for VPC
[src]

[src]

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

impl Debug for VPC
[src]

[src]

Formats the value using the given formatter.