Class: Aws::Types::TimestampRange
- Inherits:
-
Object
- Object
- Aws::Types::TimestampRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ ::Time
Returns the value of attribute end.
-
#start ⇒ ::Time
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ ::Time
Returns the value of attribute end.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def end @end end |
#start ⇒ ::Time
Returns the value of attribute start.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def start @start end |