Class: Aws::Types::UpdateGatewayRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGatewayRouteInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#gateway_route_name ⇒ ::String
Returns the value of attribute gateway_route_name.
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#spec ⇒ Types::GatewayRouteSpec
Returns the value of attribute spec.
-
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def client_token @client_token end |
#gateway_route_name ⇒ ::String
Returns the value of attribute gateway_route_name.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def gateway_route_name @gateway_route_name end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def mesh_owner @mesh_owner end |
#spec ⇒ Types::GatewayRouteSpec
Returns the value of attribute spec.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def spec @spec end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def virtual_gateway_name @virtual_gateway_name end |