Method: Aws::FMS::Types::NetworkFirewallMissingExpectedRoutesViolation#violation_target

Defined in:
lib/aws-sdk-fms/types.rb

#violation_targetString

The target of the violation.

Returns:

  • (String)


3035
3036
3037
3038
3039
3040
3041
# File 'lib/aws-sdk-fms/types.rb', line 3035

class NetworkFirewallMissingExpectedRoutesViolation < Struct.new(
  :violation_target,
  :expected_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end