Struct aws_sdk_ec2::model::ipam_pool_allocation::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for IpamPoolAllocation
Implementations
The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and
refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23
. An IPv6 CIDR example is 2001:DB8::/32
.
The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and
refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23
. An IPv6 CIDR example is 2001:DB8::/32
.
The ID of an allocation.
The ID of an allocation.
A description of the pool allocation.
A description of the pool allocation.
The ID of the resource.
The ID of the resource.
The type of the resource.
The type of the resource.
The Amazon Web Services Region of the resource.
The Amazon Web Services Region of the resource.
The owner of the resource.
The owner of the resource.
Consumes the builder and constructs a IpamPoolAllocation
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