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)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def bind_ip
  @bind_ip
end

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


1922
1923
1924
# File 'sig/types.rbs', line 1922

def container_port
  @container_port
end

#container_port_range::String

Returns the value of attribute container_port_range.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def container_port_range
  @container_port_range
end

#host_port::Integer

Returns the value of attribute host_port.

Returns:

  • (::Integer)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def host_port
  @host_port
end

#host_port_range::String

Returns the value of attribute host_port_range.

Returns:

  • (::String)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def host_port_range
  @host_port_range
end

#protocol"tcp", "udp"

Returns the value of attribute protocol.

Returns:

  • ("tcp", "udp")


1924
1925
1926
# File 'sig/types.rbs', line 1924

def protocol
  @protocol
end