Class: Aws::MediaLive::Types::Scte35InputScheduleActionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Scte35InputScheduleActionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Scte35Input Schedule Action Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_attachment_name_reference ⇒ String
In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input.
-
#mode ⇒ String
Whether the SCTE-35 input should be the active input or a fixed input.
Instance Attribute Details
#input_attachment_name_reference ⇒ String
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.)“
11199 11200 11201 11202 11203 11204 |
# File 'lib/aws-sdk-medialive/types.rb', line 11199 class Scte35InputScheduleActionSettings < Struct.new( :input_attachment_name_reference, :mode) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
Whether the SCTE-35 input should be the active input or a fixed input.
11199 11200 11201 11202 11203 11204 |
# File 'lib/aws-sdk-medialive/types.rb', line 11199 class Scte35InputScheduleActionSettings < Struct.new( :input_attachment_name_reference, :mode) SENSITIVE = [] include Aws::Structure end |