Class: Aws::Types::AdBreak
- Inherits:
-
Object
- Object
- Aws::Types::AdBreak
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_break_metadata ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute ad_break_metadata.
-
#message_type ⇒ "SPLICE_INSERT", "TIME_SIGNAL"
Returns the value of attribute message_type.
-
#offset_millis ⇒ ::Integer
Returns the value of attribute offset_millis.
-
#slate ⇒ Types::SlateSource
Returns the value of attribute slate.
-
#splice_insert_message ⇒ Types::SpliceInsertMessage
Returns the value of attribute splice_insert_message.
-
#time_signal_message ⇒ Types::TimeSignalMessage
Returns the value of attribute time_signal_message.
Instance Attribute Details
#ad_break_metadata ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute ad_break_metadata.
23 24 25 |
# File 'sig/types.rbs', line 23 def @ad_break_metadata end |
#message_type ⇒ "SPLICE_INSERT", "TIME_SIGNAL"
Returns the value of attribute message_type.
18 19 20 |
# File 'sig/types.rbs', line 18 def @message_type end |
#offset_millis ⇒ ::Integer
Returns the value of attribute offset_millis.
19 20 21 |
# File 'sig/types.rbs', line 19 def offset_millis @offset_millis end |
#slate ⇒ Types::SlateSource
Returns the value of attribute slate.
20 21 22 |
# File 'sig/types.rbs', line 20 def slate @slate end |
#splice_insert_message ⇒ Types::SpliceInsertMessage
Returns the value of attribute splice_insert_message.
21 22 23 |
# File 'sig/types.rbs', line 21 def @splice_insert_message end |
#time_signal_message ⇒ Types::TimeSignalMessage
Returns the value of attribute time_signal_message.
22 23 24 |
# File 'sig/types.rbs', line 22 def @time_signal_message end |