Class: Aws::FMS::Types::NetworkFirewallPolicyModifiedViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallPolicyModifiedViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Violation detail for Network Firewall for a firewall policy that has a different NetworkFirewallPolicyDescription than is required by the Firewall Manager policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_policy_description ⇒ Types::NetworkFirewallPolicyDescription
The policy that’s currently in use in the individual account.
-
#expected_policy_description ⇒ Types::NetworkFirewallPolicyDescription
The policy that should be in use in the individual account in order to be compliant.
-
#violation_target ⇒ String
The ID of the Network Firewall or VPC resource that’s in violation.
Instance Attribute Details
#current_policy_description ⇒ Types::NetworkFirewallPolicyDescription
The policy that’s currently in use in the individual account.
3212 3213 3214 3215 3216 3217 3218 |
# File 'lib/aws-sdk-fms/types.rb', line 3212 class NetworkFirewallPolicyModifiedViolation < Struct.new( :violation_target, :current_policy_description, :expected_policy_description) SENSITIVE = [] include Aws::Structure end |
#expected_policy_description ⇒ Types::NetworkFirewallPolicyDescription
The policy that should be in use in the individual account in order to be compliant.
3212 3213 3214 3215 3216 3217 3218 |
# File 'lib/aws-sdk-fms/types.rb', line 3212 class NetworkFirewallPolicyModifiedViolation < Struct.new( :violation_target, :current_policy_description, :expected_policy_description) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
The ID of the Network Firewall or VPC resource that’s in violation.
3212 3213 3214 3215 3216 3217 3218 |
# File 'lib/aws-sdk-fms/types.rb', line 3212 class NetworkFirewallPolicyModifiedViolation < Struct.new( :violation_target, :current_policy_description, :expected_policy_description) SENSITIVE = [] include Aws::Structure end |