Class: Aws::Types::UpdateRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouteInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#spec ⇒ Types::RouteSpec
Returns the value of attribute spec.
-
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def mesh_owner @mesh_owner end |
#route_name ⇒ ::String
Returns the value of attribute route_name.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def route_name @route_name end |
#spec ⇒ Types::RouteSpec
Returns the value of attribute spec.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def spec @spec end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def virtual_router_name @virtual_router_name end |