Class: Aws::Types::ServiceNodePortRange
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNodePortRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_port ⇒ ::Integer
Returns the value of attribute max_port.
-
#min_port ⇒ ::Integer
Returns the value of attribute min_port.
Instance Attribute Details
#max_port ⇒ ::Integer
Returns the value of attribute max_port.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def max_port @max_port end |
#min_port ⇒ ::Integer
Returns the value of attribute min_port.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def min_port @min_port end |