Class: Aws::FMS::Types::NetworkFirewallUnexpectedFirewallRoutesViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallUnexpectedFirewallRoutesViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Violation detail for an unexpected route that’s present in a route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_endpoint ⇒ String
The endpoint of the firewall.
-
#firewall_subnet_id ⇒ String
The subnet ID for the firewall.
-
#route_table_id ⇒ String
The ID of the route table.
-
#violating_routes ⇒ Array<Types::Route>
The routes that are in violation.
-
#vpc_id ⇒ String
Information about the VPC ID.
Instance Attribute Details
#firewall_endpoint ⇒ String
The endpoint of the firewall.
3259 3260 3261 3262 3263 3264 3265 3266 3267 |
# File 'lib/aws-sdk-fms/types.rb', line 3259 class NetworkFirewallUnexpectedFirewallRoutesViolation < Struct.new( :firewall_subnet_id, :violating_routes, :route_table_id, :firewall_endpoint, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#firewall_subnet_id ⇒ String
The subnet ID for the firewall.
3259 3260 3261 3262 3263 3264 3265 3266 3267 |
# File 'lib/aws-sdk-fms/types.rb', line 3259 class NetworkFirewallUnexpectedFirewallRoutesViolation < Struct.new( :firewall_subnet_id, :violating_routes, :route_table_id, :firewall_endpoint, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ String
The ID of the route table.
3259 3260 3261 3262 3263 3264 3265 3266 3267 |
# File 'lib/aws-sdk-fms/types.rb', line 3259 class NetworkFirewallUnexpectedFirewallRoutesViolation < Struct.new( :firewall_subnet_id, :violating_routes, :route_table_id, :firewall_endpoint, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#violating_routes ⇒ Array<Types::Route>
The routes that are in violation.
3259 3260 3261 3262 3263 3264 3265 3266 3267 |
# File 'lib/aws-sdk-fms/types.rb', line 3259 class NetworkFirewallUnexpectedFirewallRoutesViolation < Struct.new( :firewall_subnet_id, :violating_routes, :route_table_id, :firewall_endpoint, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
Information about the VPC ID.
3259 3260 3261 3262 3263 3264 3265 3266 3267 |
# File 'lib/aws-sdk-fms/types.rb', line 3259 class NetworkFirewallUnexpectedFirewallRoutesViolation < Struct.new( :firewall_subnet_id, :violating_routes, :route_table_id, :firewall_endpoint, :vpc_id) SENSITIVE = [] include Aws::Structure end |