Class: Aws::NetworkFirewall::Types::PerObjectStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::PerObjectStatus
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sync_status ⇒ String
Indicates whether this object is in sync with the version indicated in the update token.
-
#update_token ⇒ String
The current version of the object that is either in sync or pending synchronization.
Instance Attribute Details
#sync_status ⇒ String
Indicates whether this object is in sync with the version indicated in the update token.
2906 2907 2908 2909 2910 2911 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2906 class PerObjectStatus < Struct.new( :sync_status, :update_token) SENSITIVE = [] include Aws::Structure end |
#update_token ⇒ String
The current version of the object that is either in sync or pending synchronization.
2906 2907 2908 2909 2910 2911 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2906 class PerObjectStatus < Struct.new( :sync_status, :update_token) SENSITIVE = [] include Aws::Structure end |