Struct aws_sdk_ec2::model::route_table_association::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for RouteTableAssociation
Implementations
Indicates whether this is the main route table.
The ID of the association.
The ID of the association.
The ID of the route table.
The ID of the route table.
The ID of the subnet. A subnet ID is not returned for an implicit association.
The ID of the subnet. A subnet ID is not returned for an implicit association.
The ID of the internet gateway or virtual private gateway.
The ID of the internet gateway or virtual private gateway.
The state of the association.
The state of the association.
Consumes the builder and constructs a RouteTableAssociation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more