Struct aws_sdk_ec2::model::AddIpamOperatingRegion [−][src]
Expand description
Add an operating Region to an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.region_name: Option<String>
The name of the operating Region.
Implementations
The name of the operating Region.
Creates a new builder-style object to manufacture AddIpamOperatingRegion
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AddIpamOperatingRegion
impl Send for AddIpamOperatingRegion
impl Sync for AddIpamOperatingRegion
impl Unpin for AddIpamOperatingRegion
impl UnwindSafe for AddIpamOperatingRegion
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