Class: Aws::Types::PortRangeConstraints
- Inherits:
-
Object
- Object
- Aws::Types::PortRangeConstraints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_port ⇒ Types::IntegerRangeConstraint
Returns the value of attribute max_port.
-
#min_port ⇒ Types::IntegerRangeConstraint
Returns the value of attribute min_port.
Instance Attribute Details
#max_port ⇒ Types::IntegerRangeConstraint
Returns the value of attribute max_port.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def max_port @max_port end |
#min_port ⇒ Types::IntegerRangeConstraint
Returns the value of attribute min_port.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def min_port @min_port end |