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.
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.
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.
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.
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.
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.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def protocol @protocol end |