Class: Aws::Types::PortRange
- Inherits:
-
Object
- Object
- Aws::Types::PortRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_range ⇒ ::Integer
Returns the value of attribute max_range.
-
#min_range ⇒ ::Integer
Returns the value of attribute min_range.
Instance Attribute Details
#max_range ⇒ ::Integer
Returns the value of attribute max_range.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def max_range @max_range end |
#min_range ⇒ ::Integer
Returns the value of attribute min_range.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def min_range @min_range end |