Class: Aws::Types::Scte35InputScheduleActionSettings
- Inherits:
-
Object
- Object
- Aws::Types::Scte35InputScheduleActionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_attachment_name_reference ⇒ ::String
Returns the value of attribute input_attachment_name_reference.
-
#mode ⇒ "FIXED", "FOLLOW_ACTIVE"
Returns the value of attribute mode.
Instance Attribute Details
#input_attachment_name_reference ⇒ ::String
Returns the value of attribute input_attachment_name_reference.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def @input_attachment_name_reference end |
#mode ⇒ "FIXED", "FOLLOW_ACTIVE"
Returns the value of attribute mode.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def mode @mode end |