Class: Aws::Types::DeleteRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouteInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#route_name ⇒ ::String
Returns the value of attribute route_name.
-
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
Instance Attribute Details
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
219 220 221 |
# File 'sig/types.rbs', line 219 def mesh_owner @mesh_owner end |
#route_name ⇒ ::String
Returns the value of attribute route_name.
220 221 222 |
# File 'sig/types.rbs', line 220 def route_name @route_name end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
221 222 223 |
# File 'sig/types.rbs', line 221 def virtual_router_name @virtual_router_name end |