Class: Aws::Types::PortRange
- Inherits:
-
Object
- Object
- Aws::Types::PortRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_port ⇒ ::Integer
Returns the value of attribute end_port.
-
#start_port ⇒ ::Integer
Returns the value of attribute start_port.
Instance Attribute Details
#end_port ⇒ ::Integer
Returns the value of attribute end_port.
460 461 462 |
# File 'sig/types.rbs', line 460 def end_port @end_port end |
#start_port ⇒ ::Integer
Returns the value of attribute start_port.
459 460 461 |
# File 'sig/types.rbs', line 459 def start_port @start_port end |