Class: Aws::Types::LongRangeType
- Inherits:
-
Object
- Object
- Aws::Types::LongRangeType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_value ⇒ ::Integer
Returns the value of attribute end_value.
-
#start_value ⇒ ::Integer
Returns the value of attribute start_value.
Instance Attribute Details
#end_value ⇒ ::Integer
Returns the value of attribute end_value.
640 641 642 |
# File 'sig/types.rbs', line 640 def end_value @end_value end |
#start_value ⇒ ::Integer
Returns the value of attribute start_value.
639 640 641 |
# File 'sig/types.rbs', line 639 def start_value @start_value end |