#[non_exhaustive]pub struct DeleteCoreNetworkPolicyVersionOutput { /* private fields */ }
Implementations§
source§impl DeleteCoreNetworkPolicyVersionOutput
impl DeleteCoreNetworkPolicyVersionOutput
sourcepub fn core_network_policy(&self) -> Option<&CoreNetworkPolicy>
pub fn core_network_policy(&self) -> Option<&CoreNetworkPolicy>
Returns information about the deleted policy version.
source§impl DeleteCoreNetworkPolicyVersionOutput
impl DeleteCoreNetworkPolicyVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCoreNetworkPolicyVersionOutput
.
Trait Implementations§
source§impl Clone for DeleteCoreNetworkPolicyVersionOutput
impl Clone for DeleteCoreNetworkPolicyVersionOutput
source§fn clone(&self) -> DeleteCoreNetworkPolicyVersionOutput
fn clone(&self) -> DeleteCoreNetworkPolicyVersionOutput
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<DeleteCoreNetworkPolicyVersionOutput> for DeleteCoreNetworkPolicyVersionOutput
impl PartialEq<DeleteCoreNetworkPolicyVersionOutput> for DeleteCoreNetworkPolicyVersionOutput
source§fn eq(&self, other: &DeleteCoreNetworkPolicyVersionOutput) -> bool
fn eq(&self, other: &DeleteCoreNetworkPolicyVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.