#[non_exhaustive]pub struct DeleteCoreNetworkPolicyVersionInput { /* private fields */ }
Implementations§
source§impl DeleteCoreNetworkPolicyVersionInput
impl DeleteCoreNetworkPolicyVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCoreNetworkPolicyVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCoreNetworkPolicyVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCoreNetworkPolicyVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCoreNetworkPolicyVersionInput
.
source§impl DeleteCoreNetworkPolicyVersionInput
impl DeleteCoreNetworkPolicyVersionInput
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network for the deleted policy.
sourcepub fn policy_version_id(&self) -> Option<i32>
pub fn policy_version_id(&self) -> Option<i32>
The version ID of the deleted policy.
Trait Implementations§
source§impl Clone for DeleteCoreNetworkPolicyVersionInput
impl Clone for DeleteCoreNetworkPolicyVersionInput
source§fn clone(&self) -> DeleteCoreNetworkPolicyVersionInput
fn clone(&self) -> DeleteCoreNetworkPolicyVersionInput
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<DeleteCoreNetworkPolicyVersionInput> for DeleteCoreNetworkPolicyVersionInput
impl PartialEq<DeleteCoreNetworkPolicyVersionInput> for DeleteCoreNetworkPolicyVersionInput
source§fn eq(&self, other: &DeleteCoreNetworkPolicyVersionInput) -> bool
fn eq(&self, other: &DeleteCoreNetworkPolicyVersionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.