Class: Aws::Types::AdBreak

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ad_break_metadata::Array[Types::KeyValuePair]

Returns the value of attribute ad_break_metadata.

Returns:



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.

Returns:

  • ("SPLICE_INSERT", "TIME_SIGNAL")


18
19
20
# File 'sig/types.rbs', line 18

def message_type
  @message_type
end

#offset_millis::Integer

Returns the value of attribute offset_millis.

Returns:

  • (::Integer)


19
20
21
# File 'sig/types.rbs', line 19

def offset_millis
  @offset_millis
end

#slateTypes::SlateSource

Returns the value of attribute slate.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def slate
  @slate
end

#splice_insert_messageTypes::SpliceInsertMessage

Returns the value of attribute splice_insert_message.



21
22
23
# File 'sig/types.rbs', line 21

def splice_insert_message
  @splice_insert_message
end

#time_signal_messageTypes::TimeSignalMessage

Returns the value of attribute time_signal_message.



22
23
24
# File 'sig/types.rbs', line 22

def time_signal_message
  @time_signal_message
end