Class: Aws::Types::TimestampRange
- Inherits:
-
Object
- Object
- Aws::Types::TimestampRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
Instance Attribute Details
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
209 210 211 |
# File 'sig/types.rbs', line 209 def @end_timestamp end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
208 209 210 |
# File 'sig/types.rbs', line 208 def @start_timestamp end |