Class: Aws::Types::ContainerPortMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:container_port, :connection_port])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_port::Integer

Returns the value of attribute connection_port.

Returns:

  • (::Integer)


224
225
226
# File 'sig/types.rbs', line 224

def connection_port
  @connection_port
end

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


223
224
225
# File 'sig/types.rbs', line 223

def container_port
  @container_port
end

#protocol"TCP", "UDP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "UDP")


225
226
227
# File 'sig/types.rbs', line 225

def protocol
  @protocol
end