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.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def max_port @max_port end |
#min_port ⇒ ::Integer
Returns the value of attribute min_port.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def min_port @min_port end |