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.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def max_port @max_port end |
#min_port ⇒ ::Integer
Returns the value of attribute min_port.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def min_port @min_port end |