Class: Aws::Types::RangeOverride
- Inherits:
-
Object
- Object
- Aws::Types::RangeOverride
- 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.
-
#unit ⇒ "DAYS"
Returns the value of attribute unit.
Instance Attribute Details
#end ⇒ ::Integer
Returns the value of attribute end.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def end @end end |
#start ⇒ ::Integer
Returns the value of attribute start.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def start @start end |
#unit ⇒ "DAYS"
Returns the value of attribute unit.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def unit @unit end |