Class: Aws::Types::DeleteGatewayRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGatewayRouteInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
Instance Attribute Details
#gateway_route_name ⇒ ::String
Returns the value of attribute gateway_route_name.
195 196 197 |
# File 'sig/types.rbs', line 195 def gateway_route_name @gateway_route_name end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
197 198 199 |
# File 'sig/types.rbs', line 197 def mesh_owner @mesh_owner end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
198 199 200 |
# File 'sig/types.rbs', line 198 def virtual_gateway_name @virtual_gateway_name end |