Class: Aws::Types::NetworkFirewallBlackHoleRouteDetectedViolation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallBlackHoleRouteDetectedViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#violating_routes ⇒ ::Array[Types::Route]
Returns the value of attribute violating_routes.
-
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
692 693 694 |
# File 'sig/types.rbs', line 692 def route_table_id @route_table_id end |
#violating_routes ⇒ ::Array[Types::Route]
Returns the value of attribute violating_routes.
694 695 696 |
# File 'sig/types.rbs', line 694 def violating_routes @violating_routes end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
691 692 693 |
# File 'sig/types.rbs', line 691 def violation_target @violation_target end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
693 694 695 |
# File 'sig/types.rbs', line 693 def vpc_id @vpc_id end |