Class: Aws::MediaLive::Types::Scte35ReturnToNetworkScheduleActionSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Settings for a SCTE-35 return_to_network message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#splice_event_idInteger

The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.

Returns:

  • (Integer)


10574
10575
10576
10577
10578
# File 'lib/aws-sdk-medialive/types.rb', line 10574

class Scte35ReturnToNetworkScheduleActionSettings < Struct.new(
  :splice_event_id)
  SENSITIVE = []
  include Aws::Structure
end