Struct aws_sdk_ec2::model::transit_gateway_route_table::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TransitGatewayRouteTable
Implementations
The ID of the transit gateway route table.
The ID of the transit gateway route table.
The ID of the transit gateway.
The ID of the transit gateway.
The state of the transit gateway route table.
The state of the transit gateway route table.
Indicates whether this is the default association route table for the transit gateway.
Indicates whether this is the default association route table for the transit gateway.
Indicates whether this is the default propagation route table for the transit gateway.
Indicates whether this is the default propagation route table for the transit gateway.
The creation time.
The creation time.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the route table.
Any tags assigned to the route table.
Consumes the builder and constructs a TransitGatewayRouteTable
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