Struct aws_sdk_networkfirewall::model::PerObjectStatus
source · [−]#[non_exhaustive]pub struct PerObjectStatus {
pub sync_status: Option<PerObjectSyncStatus>,
pub update_token: Option<String>,
}
Expand description
Provides configuration status for a single policy or rule group that is used for a firewall endpoint. Network Firewall provides each endpoint with the rules that are configured in the firewall policy. Each time you add a subnet or modify the associated firewall policy, Network Firewall synchronizes the rules in the endpoint, so it can properly filter network traffic. This is part of a SyncState
for a firewall.
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.sync_status: Option<PerObjectSyncStatus>
Indicates whether this object is in sync with the version indicated in the update token.
update_token: Option<String>
The current version of the object that is either in sync or pending synchronization.
Implementations
Indicates whether this object is in sync with the version indicated in the update token.
The current version of the object that is either in sync or pending synchronization.
Creates a new builder-style object to manufacture PerObjectStatus
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 PerObjectStatus
impl Send for PerObjectStatus
impl Sync for PerObjectStatus
impl Unpin for PerObjectStatus
impl UnwindSafe for PerObjectStatus
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