Class: Aws::Types::ContainerPortMapping
- Inherits:
-
Object
- Object
- Aws::Types::ContainerPortMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_port ⇒ ::Integer
Returns the value of attribute connection_port.
-
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
-
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
Instance Attribute Details
#connection_port ⇒ ::Integer
Returns the value of attribute connection_port.
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.
223 224 225 |
# File 'sig/types.rbs', line 223 def container_port @container_port end |
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
225 226 227 |
# File 'sig/types.rbs', line 225 def protocol @protocol end |