Class: Aws::Types::PortRangeFromTo
- Inherits:
-
Object
- Object
- Aws::Types::PortRangeFromTo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::Integer
Returns the value of attribute from.
-
#to ⇒ ::Integer
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ ::Integer
Returns the value of attribute from.
6878 6879 6880 |
# File 'sig/types.rbs', line 6878 def from @from end |
#to ⇒ ::Integer
Returns the value of attribute to.
6879 6880 6881 |
# File 'sig/types.rbs', line 6879 def to @to end |