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

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

Overview

Note:

When making an API call, you may pass Scte35ReturnToNetworkScheduleActionSettings data as a hash:

{
  splice_event_id: 1, # required
}

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)


15976
15977
15978
15979
15980
# File 'lib/aws-sdk-medialive/types.rb', line 15976

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