Class: Aws::Types::DescribeVirtualRouterInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVirtualRouterInput
- 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.
340 341 342 |
# File 'sig/types.rbs', line 340 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
341 342 343 |
# File 'sig/types.rbs', line 341 def mesh_owner @mesh_owner end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
342 343 344 |
# File 'sig/types.rbs', line 342 def virtual_router_name @virtual_router_name end |