Class: Aws::Types::NetworkBinding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bind_ip::String

Returns the value of attribute bind_ip.

Returns:

  • (::String)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def bind_ip
  @bind_ip
end

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def container_port
  @container_port
end

#container_port_range::String

Returns the value of attribute container_port_range.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def container_port_range
  @container_port_range
end

#host_port::Integer

Returns the value of attribute host_port.

Returns:

  • (::Integer)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def host_port
  @host_port
end

#host_port_range::String

Returns the value of attribute host_port_range.

Returns:

  • (::String)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def host_port_range
  @host_port_range
end

#protocol"tcp", "udp"

Returns the value of attribute protocol.

Returns:

  • ("tcp", "udp")


1940
1941
1942
# File 'sig/types.rbs', line 1940

def protocol
  @protocol
end