Class: Aws::Types::PortRange
- Inherits:
-
Object
- Object
- Aws::Types::PortRange
- 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.
15205 15206 15207 |
# File 'sig/types.rbs', line 15205 def from @from end |
#to ⇒ ::Integer
Returns the value of attribute to.
15206 15207 15208 |
# File 'sig/types.rbs', line 15206 def to @to end |