Struct aws_sdk_ec2::model::ipam_scope::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for IpamScope
Implementations
The Amazon Web Services account ID of the owner of the scope.
The Amazon Web Services account ID of the owner of the scope.
The ID of the scope.
The ID of the scope.
The ARN of the scope.
The ARN of the scope.
The ARN of the IPAM.
The Amazon Web Services Region of the IPAM scope.
The Amazon Web Services Region of the IPAM scope.
The type of the scope.
The type of the scope.
Defines if the scope is the default scope or not.
Defines if the scope is the default scope or not.
The description of the scope.
The description of the scope.
The number of pools in the scope.
The number of pools in the scope.
The state of the IPAM scope.
The state of the IPAM scope.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
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