Class: Aws::FMS::Types::NetworkFirewallUnexpectedGatewayRoutesViolation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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

Instance Attribute Details

#gateway_idString

Information about the gateway ID.

Returns:

  • (String)


2873
2874
2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2873

class NetworkFirewallUnexpectedGatewayRoutesViolation < Struct.new(
  :gateway_id,
  :violating_routes,
  :route_table_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#route_table_idString

Information about the route table.

Returns:

  • (String)


2873
2874
2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2873

class NetworkFirewallUnexpectedGatewayRoutesViolation < Struct.new(
  :gateway_id,
  :violating_routes,
  :route_table_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#violating_routesArray<Types::Route>

The routes that are in violation.

Returns:



2873
2874
2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2873

class NetworkFirewallUnexpectedGatewayRoutesViolation < Struct.new(
  :gateway_id,
  :violating_routes,
  :route_table_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

Information about the VPC ID.

Returns:

  • (String)


2873
2874
2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2873

class NetworkFirewallUnexpectedGatewayRoutesViolation < Struct.new(
  :gateway_id,
  :violating_routes,
  :route_table_id,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end