Class: Aws::Types::CreateRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteInput
- 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.
-
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
-
#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.
119 120 121 |
# File 'sig/types.rbs', line 119 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
120 121 122 |
# File 'sig/types.rbs', line 120 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
121 122 123 |
# File 'sig/types.rbs', line 121 def mesh_owner @mesh_owner end |
#route_name ⇒ ::String
Returns the value of attribute route_name.
122 123 124 |
# File 'sig/types.rbs', line 122 def route_name @route_name end |
#spec ⇒ Types::RouteSpec
Returns the value of attribute spec.
123 124 125 |
# File 'sig/types.rbs', line 123 def spec @spec end |
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
124 125 126 |
# File 'sig/types.rbs', line 124 def end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
125 126 127 |
# File 'sig/types.rbs', line 125 def virtual_router_name @virtual_router_name end |