Class: Aws::Types::CreateGatewayRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGatewayRouteInput
- 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.
-
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
-
#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.
90 91 92 |
# File 'sig/types.rbs', line 90 def client_token @client_token end |
#gateway_route_name ⇒ ::String
Returns the value of attribute gateway_route_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def gateway_route_name @gateway_route_name end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
92 93 94 |
# File 'sig/types.rbs', line 92 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
93 94 95 |
# File 'sig/types.rbs', line 93 def mesh_owner @mesh_owner end |
#spec ⇒ Types::GatewayRouteSpec
Returns the value of attribute spec.
94 95 96 |
# File 'sig/types.rbs', line 94 def spec @spec end |
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
95 96 97 |
# File 'sig/types.rbs', line 95 def @tags end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
96 97 98 |
# File 'sig/types.rbs', line 96 def virtual_gateway_name @virtual_gateway_name end |