Method: Aws::FMS::Types::NetworkFirewallMissingExpectedRoutesViolation#vpc_id
- Defined in:
- lib/aws-sdk-fms/types.rb
#vpc_id ⇒ String
Information about the VPC ID.
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 |