Class: Aws::Types::ContainerPortRange
- Inherits:
-
Object
- Object
- Aws::Types::ContainerPortRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
230 231 232 |
# File 'sig/types.rbs', line 230 def from_port @from_port end |
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
232 233 234 |
# File 'sig/types.rbs', line 232 def protocol @protocol end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
231 232 233 |
# File 'sig/types.rbs', line 231 def to_port @to_port end |