Class: Aws::Types::GatewayRouteTarget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


440
441
442
# File 'sig/types.rbs', line 440

def port
  @port
end

#virtual_serviceTypes::GatewayRouteVirtualService

Returns the value of attribute virtual_service.



441
442
443
# File 'sig/types.rbs', line 441

def virtual_service
  @virtual_service
end