Class: Aws::Types::NetworkFirewallPolicyModifiedViolation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_policy_descriptionTypes::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_descriptionTypes::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.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def violation_target
  @violation_target
end