Struct aws_sdk_ec2::model::RemoveIpamOperatingRegion [−][src]
Expand description
Remove an operating Region from 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 you want to remove.
Implementations
The name of the operating Region you want to remove.
Creates a new builder-style object to manufacture RemoveIpamOperatingRegion
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 RemoveIpamOperatingRegion
impl Send for RemoveIpamOperatingRegion
impl Sync for RemoveIpamOperatingRegion
impl Unpin for RemoveIpamOperatingRegion
impl UnwindSafe for RemoveIpamOperatingRegion
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