Struct rusoto_ec2::RouteTable [] [src]

pub struct RouteTable {
    pub associations: Option<Vec<RouteTableAssociation>>,
    pub propagating_vgws: Option<Vec<PropagatingVgw>>,
    pub route_table_id: Option<String>,
    pub routes: Option<Vec<Route>>,
    pub tags: Option<Vec<Tag>>,
    pub vpc_id: Option<String>,
}

Describes a route table.

Fields

The associations between the route table and one or more subnets.

Any virtual private gateway (VGW) propagating routes.

The ID of the route table.

The routes in the route table.

Any tags assigned to the route table.

The ID of the VPC.

Trait Implementations

impl Default for RouteTable
[src]

[src]

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

impl Debug for RouteTable
[src]

[src]

Formats the value using the given formatter.

impl Clone for RouteTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more