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.
6872 6873 6874 |
# File 'sig/types.rbs', line 6872 def begin @begin end |
#end ⇒ ::Integer
Returns the value of attribute end.
6873 6874 6875 |
# File 'sig/types.rbs', line 6873 def end @end end |