Class: Aws::Types::ValueRange
- Inherits:
-
Object
- Object
- Aws::Types::ValueRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ ::Integer
Returns the value of attribute end.
-
#start ⇒ ::Integer
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ ::Integer
Returns the value of attribute end.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def end @end end |
#start ⇒ ::Integer
Returns the value of attribute start.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def start @start end |