Class: Aws::Types::NetworkFirewallMissingExpectedRoutesViolation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallMissingExpectedRoutesViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_routes ⇒ ::Array[Types::ExpectedRoute]
Returns the value of attribute expected_routes.
-
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#expected_routes ⇒ ::Array[Types::ExpectedRoute]
Returns the value of attribute expected_routes.
748 749 750 |
# File 'sig/types.rbs', line 748 def expected_routes @expected_routes end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
747 748 749 |
# File 'sig/types.rbs', line 747 def violation_target @violation_target end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
749 750 751 |
# File 'sig/types.rbs', line 749 def vpc_id @vpc_id end |