Class: Aws::MediaTailor::Types::AdBreakOpportunity
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::AdBreakOpportunity
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
A location at which a zero-duration ad marker was detected in a VOD source manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#offset_millis ⇒ Integer
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
Instance Attribute Details
#offset_millis ⇒ Integer
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
159 160 161 162 163 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 159 class AdBreakOpportunity < Struct.new( :offset_millis) SENSITIVE = [] include Aws::Structure end |