Struct rusoto_ec2::VpcAttachment [] [src]

pub struct VpcAttachment {
    pub state: Option<String>,
    pub vpc_id: Option<String>,
}

Describes an attachment between a virtual private gateway and a VPC.

Fields

The current state of the attachment.

The ID of the VPC.

Trait Implementations

impl Default for VpcAttachment
[src]

[src]

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

impl Debug for VpcAttachment
[src]

[src]

Formats the value using the given formatter.

impl Clone for VpcAttachment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more