Class: Aws::Types::NetworkFirewallUnexpectedFirewallRoutesViolation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallUnexpectedFirewallRoutesViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_endpoint ⇒ ::String
Returns the value of attribute firewall_endpoint.
-
#firewall_subnet_id ⇒ ::String
Returns the value of attribute firewall_subnet_id.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#violating_routes ⇒ ::Array[Types::Route]
Returns the value of attribute violating_routes.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#firewall_endpoint ⇒ ::String
Returns the value of attribute firewall_endpoint.
801 802 803 |
# File 'sig/types.rbs', line 801 def firewall_endpoint @firewall_endpoint end |
#firewall_subnet_id ⇒ ::String
Returns the value of attribute firewall_subnet_id.
798 799 800 |
# File 'sig/types.rbs', line 798 def firewall_subnet_id @firewall_subnet_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
800 801 802 |
# File 'sig/types.rbs', line 800 def route_table_id @route_table_id end |
#violating_routes ⇒ ::Array[Types::Route]
Returns the value of attribute violating_routes.
799 800 801 |
# File 'sig/types.rbs', line 799 def violating_routes @violating_routes end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
802 803 804 |
# File 'sig/types.rbs', line 802 def vpc_id @vpc_id end |