Struct aws_sdk_ec2::input::ReleaseIpamPoolAllocationInput
source · [−]#[non_exhaustive]pub struct ReleaseIpamPoolAllocationInput { /* private fields */ }
Implementations
sourceimpl ReleaseIpamPoolAllocationInput
impl ReleaseIpamPoolAllocationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReleaseIpamPoolAllocation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReleaseIpamPoolAllocation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ReleaseIpamPoolAllocation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReleaseIpamPoolAllocationInput
.
sourceimpl ReleaseIpamPoolAllocationInput
impl ReleaseIpamPoolAllocationInput
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_pool_id(&self) -> Option<&str>
pub fn ipam_pool_id(&self) -> Option<&str>
The ID of the IPAM pool which contains the allocation you want to release.
sourcepub fn ipam_pool_allocation_id(&self) -> Option<&str>
pub fn ipam_pool_allocation_id(&self) -> Option<&str>
The ID of the allocation.
Trait Implementations
sourceimpl Clone for ReleaseIpamPoolAllocationInput
impl Clone for ReleaseIpamPoolAllocationInput
sourcefn clone(&self) -> ReleaseIpamPoolAllocationInput
fn clone(&self) -> ReleaseIpamPoolAllocationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ReleaseIpamPoolAllocationInput> for ReleaseIpamPoolAllocationInput
impl PartialEq<ReleaseIpamPoolAllocationInput> for ReleaseIpamPoolAllocationInput
sourcefn eq(&self, other: &ReleaseIpamPoolAllocationInput) -> bool
fn eq(&self, other: &ReleaseIpamPoolAllocationInput) -> bool
impl StructuralPartialEq for ReleaseIpamPoolAllocationInput
Auto Trait Implementations
impl RefUnwindSafe for ReleaseIpamPoolAllocationInput
impl Send for ReleaseIpamPoolAllocationInput
impl Sync for ReleaseIpamPoolAllocationInput
impl Unpin for ReleaseIpamPoolAllocationInput
impl UnwindSafe for ReleaseIpamPoolAllocationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more