Struct aws_sdk_ec2::input::ModifyIpamInput
source · #[non_exhaustive]pub struct ModifyIpamInput { /* private fields */ }
Implementations§
source§impl ModifyIpamInput
impl ModifyIpamInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyIpam, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyIpam, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyIpam
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyIpamInput
.
source§impl ModifyIpamInput
impl ModifyIpamInput
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the IPAM you want to modify.
sourcepub fn add_operating_regions(&self) -> Option<&[AddIpamOperatingRegion]>
pub fn add_operating_regions(&self) -> Option<&[AddIpamOperatingRegion]>
Choose the operating Regions for the 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.
sourcepub fn remove_operating_regions(&self) -> Option<&[RemoveIpamOperatingRegion]>
pub fn remove_operating_regions(&self) -> Option<&[RemoveIpamOperatingRegion]>
The operating Regions to remove.
Trait Implementations§
source§impl Clone for ModifyIpamInput
impl Clone for ModifyIpamInput
source§fn clone(&self) -> ModifyIpamInput
fn clone(&self) -> ModifyIpamInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ModifyIpamInput
impl Debug for ModifyIpamInput
source§impl PartialEq<ModifyIpamInput> for ModifyIpamInput
impl PartialEq<ModifyIpamInput> for ModifyIpamInput
source§fn eq(&self, other: &ModifyIpamInput) -> bool
fn eq(&self, other: &ModifyIpamInput) -> bool
self
and other
values to be equal, and is used
by ==
.