Class: Aws::Types::VirtualGatewayPortMapping

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)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def port
  @port
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

  • ("http", "http2", "grpc")


1462
1463
1464
# File 'sig/types.rbs', line 1462

def protocol
  @protocol
end