Struct aws_sdk_ec2::operation::delete_ipam_resource_discovery::DeleteIpamResourceDiscoveryInput
source · #[non_exhaustive]pub struct DeleteIpamResourceDiscoveryInput { /* private fields */ }
Implementations§
source§impl DeleteIpamResourceDiscoveryInput
impl DeleteIpamResourceDiscoveryInput
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 ipam_resource_discovery_id(&self) -> Option<&str>
pub fn ipam_resource_discovery_id(&self) -> Option<&str>
The IPAM resource discovery ID.
source§impl DeleteIpamResourceDiscoveryInput
impl DeleteIpamResourceDiscoveryInput
sourcepub fn builder() -> DeleteIpamResourceDiscoveryInputBuilder
pub fn builder() -> DeleteIpamResourceDiscoveryInputBuilder
Creates a new builder-style object to manufacture DeleteIpamResourceDiscoveryInput
.
source§impl DeleteIpamResourceDiscoveryInput
impl DeleteIpamResourceDiscoveryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIpamResourceDiscovery, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteIpamResourceDiscovery, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteIpamResourceDiscovery
>
Trait Implementations§
source§impl Clone for DeleteIpamResourceDiscoveryInput
impl Clone for DeleteIpamResourceDiscoveryInput
source§fn clone(&self) -> DeleteIpamResourceDiscoveryInput
fn clone(&self) -> DeleteIpamResourceDiscoveryInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DeleteIpamResourceDiscoveryInput> for DeleteIpamResourceDiscoveryInput
impl PartialEq<DeleteIpamResourceDiscoveryInput> for DeleteIpamResourceDiscoveryInput
source§fn eq(&self, other: &DeleteIpamResourceDiscoveryInput) -> bool
fn eq(&self, other: &DeleteIpamResourceDiscoveryInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteIpamResourceDiscoveryInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteIpamResourceDiscoveryInput
impl Send for DeleteIpamResourceDiscoveryInput
impl Sync for DeleteIpamResourceDiscoveryInput
impl Unpin for DeleteIpamResourceDiscoveryInput
impl UnwindSafe for DeleteIpamResourceDiscoveryInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more