Struct aws_sdk_ec2::model::local_gateway_route::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LocalGatewayRoute
Implementations
The CIDR block used for destination matches.
The CIDR block used for destination matches.
The ID of the virtual interface group.
The ID of the virtual interface group.
The route type.
The route type.
The state of the route.
The state of the route.
The ID of the local gateway route table.
The ID of the local gateway route table.
The Amazon Resource Name (ARN) of the local gateway route table.
The Amazon Resource Name (ARN) of the local gateway route table.
The ID of the Amazon Web Services account that owns the local gateway route.
The ID of the Amazon Web Services account that owns the local gateway route.
Consumes the builder and constructs a LocalGatewayRoute
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