Class: Aws::Types::DeleteVirtualRouterInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVirtualRouterInput
- 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.
-
#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.
255 256 257 |
# File 'sig/types.rbs', line 255 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
256 257 258 |
# File 'sig/types.rbs', line 256 def mesh_owner @mesh_owner end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
257 258 259 |
# File 'sig/types.rbs', line 257 def virtual_router_name @virtual_router_name end |