Class: Aws::Types::TimestampRange
- Inherits:
-
Object
- Object
- Aws::Types::TimestampRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
-
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
Instance Attribute Details
#begin_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
504 505 506 |
# File 'sig/types.rbs', line 504 def begin_offset_millis @begin_offset_millis end |
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
505 506 507 |
# File 'sig/types.rbs', line 505 def end_offset_millis @end_offset_millis end |