#[non_exhaustive]pub struct RestoreCoreNetworkPolicyVersionOutput { /* private fields */ }Implementations§
source§impl RestoreCoreNetworkPolicyVersionOutput
impl RestoreCoreNetworkPolicyVersionOutput
sourcepub fn core_network_policy(&self) -> Option<&CoreNetworkPolicy>
pub fn core_network_policy(&self) -> Option<&CoreNetworkPolicy>
Describes the restored core network policy.
source§impl RestoreCoreNetworkPolicyVersionOutput
impl RestoreCoreNetworkPolicyVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestoreCoreNetworkPolicyVersionOutput.
Trait Implementations§
source§impl Clone for RestoreCoreNetworkPolicyVersionOutput
impl Clone for RestoreCoreNetworkPolicyVersionOutput
source§fn clone(&self) -> RestoreCoreNetworkPolicyVersionOutput
fn clone(&self) -> RestoreCoreNetworkPolicyVersionOutput
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 more