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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


10978
10979
10980
10981
10982
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10978

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