Class: Aws::FMS::Types::NetworkFirewallUnexpectedGatewayRoutesViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallUnexpectedGatewayRoutesViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Violation detail for an unexpected gateway route that’s present in a route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_id ⇒ String
Information about the gateway ID.
-
#route_table_id ⇒ String
Information about 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
#gateway_id ⇒ String
Information about the gateway ID.
3290 3291 3292 3293 3294 3295 3296 3297 |
# File 'lib/aws-sdk-fms/types.rb', line 3290 class NetworkFirewallUnexpectedGatewayRoutesViolation < Struct.new( :gateway_id, :violating_routes, :route_table_id, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ String
Information about the route table.
3290 3291 3292 3293 3294 3295 3296 3297 |
# File 'lib/aws-sdk-fms/types.rb', line 3290 class NetworkFirewallUnexpectedGatewayRoutesViolation < Struct.new( :gateway_id, :violating_routes, :route_table_id, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#violating_routes ⇒ Array<Types::Route>
The routes that are in violation.
3290 3291 3292 3293 3294 3295 3296 3297 |
# File 'lib/aws-sdk-fms/types.rb', line 3290 class NetworkFirewallUnexpectedGatewayRoutesViolation < Struct.new( :gateway_id, :violating_routes, :route_table_id, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
Information about the VPC ID.
3290 3291 3292 3293 3294 3295 3296 3297 |
# File 'lib/aws-sdk-fms/types.rb', line 3290 class NetworkFirewallUnexpectedGatewayRoutesViolation < Struct.new( :gateway_id, :violating_routes, :route_table_id, :vpc_id) SENSITIVE = [] include Aws::Structure end |