Class: Aws::Types::NetworkFirewallPolicyModifiedViolation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallPolicyModifiedViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_policy_description ⇒ Types::NetworkFirewallPolicyDescription
Returns the value of attribute current_policy_description.
-
#expected_policy_description ⇒ Types::NetworkFirewallPolicyDescription
Returns the value of attribute expected_policy_description.
-
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
Instance Attribute Details
#current_policy_description ⇒ Types::NetworkFirewallPolicyDescription
Returns the value of attribute current_policy_description.
787 788 789 |
# File 'sig/types.rbs', line 787 def current_policy_description @current_policy_description end |
#expected_policy_description ⇒ Types::NetworkFirewallPolicyDescription
Returns the value of attribute expected_policy_description.
788 789 790 |
# File 'sig/types.rbs', line 788 def expected_policy_description @expected_policy_description end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
786 787 788 |
# File 'sig/types.rbs', line 786 def violation_target @violation_target end |