Class: Aws::MediaTailor::Types::ClipRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ClipRange
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Clip range configuration for the VOD source associated with the program.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_offset_millis ⇒ Integer
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
Instance Attribute Details
#end_offset_millis ⇒ Integer
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
470 471 472 473 474 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 470 class ClipRange < Struct.new( :end_offset_millis) SENSITIVE = [] include Aws::Structure end |