Class: Aws::Types::DescribeRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRouteInput
- 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.
303 304 305 |
# File 'sig/types.rbs', line 303 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
304 305 306 |
# File 'sig/types.rbs', line 304 def mesh_owner @mesh_owner end |
#route_name ⇒ ::String
Returns the value of attribute route_name.
305 306 307 |
# File 'sig/types.rbs', line 305 def route_name @route_name end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def virtual_router_name @virtual_router_name end |