#[non_exhaustive]pub struct DeleteIpamScopeOutput { /* private fields */ }
Implementations§
source§impl DeleteIpamScopeOutput
impl DeleteIpamScopeOutput
sourcepub fn ipam_scope(&self) -> Option<&IpamScope>
pub fn ipam_scope(&self) -> Option<&IpamScope>
Information about the results of the deletion.
source§impl DeleteIpamScopeOutput
impl DeleteIpamScopeOutput
sourcepub fn builder() -> DeleteIpamScopeOutputBuilder
pub fn builder() -> DeleteIpamScopeOutputBuilder
Creates a new builder-style object to manufacture DeleteIpamScopeOutput
.
Trait Implementations§
source§impl Clone for DeleteIpamScopeOutput
impl Clone for DeleteIpamScopeOutput
source§fn clone(&self) -> DeleteIpamScopeOutput
fn clone(&self) -> DeleteIpamScopeOutput
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 Debug for DeleteIpamScopeOutput
impl Debug for DeleteIpamScopeOutput
source§impl PartialEq<DeleteIpamScopeOutput> for DeleteIpamScopeOutput
impl PartialEq<DeleteIpamScopeOutput> for DeleteIpamScopeOutput
source§fn eq(&self, other: &DeleteIpamScopeOutput) -> bool
fn eq(&self, other: &DeleteIpamScopeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteIpamScopeOutput
impl RequestId for DeleteIpamScopeOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.