Class: Aws::Types::PortRange
- Inherits:
-
Object
- Object
- Aws::Types::PortRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin ⇒ ::Integer
Returns the value of attribute begin.
-
#end ⇒ ::Integer
Returns the value of attribute end.
Instance Attribute Details
#begin ⇒ ::Integer
Returns the value of attribute begin.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def begin @begin end |
#end ⇒ ::Integer
Returns the value of attribute end.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def end @end end |