Struct rusoto_ec2::RouteTableAssociation [] [src]

pub struct RouteTableAssociation {
    pub main: Option<bool>,
    pub route_table_association_id: Option<String>,
    pub route_table_id: Option<String>,
    pub subnet_id: Option<String>,
}

Describes an association between a route table and a subnet.

Fields

Indicates whether this is the main route table.

The ID of the association between a route table and a subnet.

The ID of the route table.

The ID of the subnet. A subnet ID is not returned for an implicit association.

Trait Implementations

impl Default for RouteTableAssociation
[src]

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

impl Debug for RouteTableAssociation
[src]

Formats the value using the given formatter.

impl Clone for RouteTableAssociation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more