Class: Aws::Types::NetworkFirewallUnexpectedGatewayRoutesViolation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallUnexpectedGatewayRoutesViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_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
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
807 808 809 |
# File 'sig/types.rbs', line 807 def gateway_id @gateway_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
809 810 811 |
# File 'sig/types.rbs', line 809 def route_table_id @route_table_id end |
#violating_routes ⇒ ::Array[Types::Route]
Returns the value of attribute violating_routes.
808 809 810 |
# File 'sig/types.rbs', line 808 def violating_routes @violating_routes end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
810 811 812 |
# File 'sig/types.rbs', line 810 def vpc_id @vpc_id end |