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 details for AWS 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 AWS 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.
1485 1486 1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-fms/types.rb', line 1485 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.
1485 1486 1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-fms/types.rb', line 1485 class NetworkFirewallPolicyModifiedViolation < Struct.new( :violation_target, :current_policy_description, :expected_policy_description) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
The ID of the AWS Network Firewall or VPC resource that’s in violation.
1485 1486 1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-fms/types.rb', line 1485 class NetworkFirewallPolicyModifiedViolation < Struct.new( :violation_target, :current_policy_description, :expected_policy_description) SENSITIVE = [] include Aws::Structure end |