#[non_exhaustive]pub struct PutCoreNetworkPolicyInput {
pub core_network_id: Option<String>,
pub policy_document: Option<String>,
pub description: Option<String>,
pub latest_version_id: Option<i32>,
pub client_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.core_network_id: Option<String>
The ID of a core network.
policy_document: Option<String>
The policy document.
description: Option<String>
a core network policy description.
latest_version_id: Option<i32>
The ID of a core network policy.
client_token: Option<String>
The client token associated with the request.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<PutCoreNetworkPolicy, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<PutCoreNetworkPolicy, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutCoreNetworkPolicy
>
Creates a new builder-style object to manufacture PutCoreNetworkPolicyInput
The ID of a core network.
The policy document.
a core network policy description.
The ID of a core network policy.
The client token associated with the request.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PutCoreNetworkPolicyInput
impl Send for PutCoreNetworkPolicyInput
impl Sync for PutCoreNetworkPolicyInput
impl Unpin for PutCoreNetworkPolicyInput
impl UnwindSafe for PutCoreNetworkPolicyInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more