Method: Aws::FMS::Types::NetworkFirewallMissingExpectedRoutesViolation#expected_routes
- Defined in:
- lib/aws-sdk-fms/types.rb
#expected_routes ⇒ Array<Types::ExpectedRoute>
The expected routes.
3035 3036 3037 3038 3039 3040 3041 |
# File 'lib/aws-sdk-fms/types.rb', line 3035 class NetworkFirewallMissingExpectedRoutesViolation < Struct.new( :violation_target, :expected_routes, :vpc_id) SENSITIVE = [] include Aws::Structure end |