Class: Aws::FMS::Types::NetworkFirewallBlackHoleRouteDetectedViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallBlackHoleRouteDetectedViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Violation detail for an internet gateway route with an inactive state in the customer subnet route table or Network Firewall subnet route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route_table_id ⇒ String
Information about the route table ID.
-
#violating_routes ⇒ Array<Types::Route>
Information about the route or routes that are in violation.
-
#violation_target ⇒ String
The subnet that has an inactive state.
-
#vpc_id ⇒ String
Information about the VPC ID.
Instance Attribute Details
#route_table_id ⇒ String
Information about the route table ID.
2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-fms/types.rb', line 2795 class NetworkFirewallBlackHoleRouteDetectedViolation < Struct.new( :violation_target, :route_table_id, :vpc_id, :violating_routes) SENSITIVE = [] include Aws::Structure end |
#violating_routes ⇒ Array<Types::Route>
Information about the route or routes that are in violation.
2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-fms/types.rb', line 2795 class NetworkFirewallBlackHoleRouteDetectedViolation < Struct.new( :violation_target, :route_table_id, :vpc_id, :violating_routes) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
The subnet that has an inactive state.
2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-fms/types.rb', line 2795 class NetworkFirewallBlackHoleRouteDetectedViolation < Struct.new( :violation_target, :route_table_id, :vpc_id, :violating_routes) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
Information about the VPC ID.
2795 2796 2797 2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-fms/types.rb', line 2795 class NetworkFirewallBlackHoleRouteDetectedViolation < Struct.new( :violation_target, :route_table_id, :vpc_id, :violating_routes) SENSITIVE = [] include Aws::Structure end |