Class: Aws::Types::ClipRange
- Inherits:
-
Object
- Object
- Aws::Types::ClipRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
-
#start_offset_millis ⇒ ::Integer
Returns the value of attribute start_offset_millis.
Instance Attribute Details
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
143 144 145 |
# File 'sig/types.rbs', line 143 def end_offset_millis @end_offset_millis end |
#start_offset_millis ⇒ ::Integer
Returns the value of attribute start_offset_millis.
144 145 146 |
# File 'sig/types.rbs', line 144 def start_offset_millis @start_offset_millis end |