Class: Aws::Types::GatewayRouteTarget
- Inherits:
-
Object
- Object
- Aws::Types::GatewayRouteTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#virtual_service ⇒ Types::GatewayRouteVirtualService
Returns the value of attribute virtual_service.
Instance Attribute Details
#port ⇒ ::Integer
Returns the value of attribute port.
440 441 442 |
# File 'sig/types.rbs', line 440 def port @port end |
#virtual_service ⇒ Types::GatewayRouteVirtualService
Returns the value of attribute virtual_service.
441 442 443 |
# File 'sig/types.rbs', line 441 def virtual_service @virtual_service end |