Class: Aws::Types::NetworkBinding
- Inherits:
-
Object
- Object
- Aws::Types::NetworkBinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bind_ip ⇒ ::String
Returns the value of attribute bind_ip.
-
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
-
#container_port_range ⇒ ::String
Returns the value of attribute container_port_range.
-
#host_port ⇒ ::Integer
Returns the value of attribute host_port.
-
#host_port_range ⇒ ::String
Returns the value of attribute host_port_range.
-
#protocol ⇒ "tcp", "udp"
Returns the value of attribute protocol.
Instance Attribute Details
#bind_ip ⇒ ::String
Returns the value of attribute bind_ip.
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.
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.
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.
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.
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.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def protocol @protocol end |