Class: Aws::MediaLive::Types::Scte35InputScheduleActionSettings

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

Overview

Scte35Input Schedule Action Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_attachment_name_referenceString

In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don’t enter the ID of the input.)“

Returns:

  • (String)


10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-medialive/types.rb', line 10962

class Scte35InputScheduleActionSettings < Struct.new(
  :input_attachment_name_reference,
  :mode)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

Whether the SCTE-35 input should be the active input or a fixed input.

Returns:

  • (String)


10962
10963
10964
10965
10966
10967
# File 'lib/aws-sdk-medialive/types.rb', line 10962

class Scte35InputScheduleActionSettings < Struct.new(
  :input_attachment_name_reference,
  :mode)
  SENSITIVE = []
  include Aws::Structure
end