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