Class: Aws::FMS::Types::NetworkFirewallMissingExpectedRoutesViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallMissingExpectedRoutesViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Violation detail for an expected route missing in Network Firewall.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expected_routes ⇒ Array<Types::ExpectedRoute>
The expected routes.
-
#violation_target ⇒ String
The target of the violation.
-
#vpc_id ⇒ String
Information about the VPC ID.
Instance Attribute Details
#expected_routes ⇒ Array<Types::ExpectedRoute>
The expected routes.
3033 3034 3035 3036 3037 3038 3039 |
# File 'lib/aws-sdk-fms/types.rb', line 3033 class NetworkFirewallMissingExpectedRoutesViolation < Struct.new( :violation_target, :expected_routes, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
The target of the violation.
3033 3034 3035 3036 3037 3038 3039 |
# File 'lib/aws-sdk-fms/types.rb', line 3033 class NetworkFirewallMissingExpectedRoutesViolation < Struct.new( :violation_target, :expected_routes, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
Information about the VPC ID.
3033 3034 3035 3036 3037 3038 3039 |
# File 'lib/aws-sdk-fms/types.rb', line 3033 class NetworkFirewallMissingExpectedRoutesViolation < Struct.new( :violation_target, :expected_routes, :vpc_id) SENSITIVE = [] include Aws::Structure end |