Class: Aws::FMS::Types::NetworkFirewallMissingExpectedRoutesViolation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Violation detail for an expected route missing in Network Firewall.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expected_routesArray<Types::ExpectedRoute>

The expected routes.

Returns:



2616
2617
2618
2619
2620
2621
2622
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2616

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

#violation_targetString

The target of the violation.

Returns:

  • (String)


2616
2617
2618
2619
2620
2621
2622
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2616

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

#vpc_idString

Information about the VPC ID.

Returns:

  • (String)


2616
2617
2618
2619
2620
2621
2622
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2616

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