Class: Aws::Types::Scte35SpliceInsertScheduleActionSettings
- Inherits:
-
Object
- Object
- Aws::Types::Scte35SpliceInsertScheduleActionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#splice_event_id ⇒ ::Integer
Returns the value of attribute splice_event_id.
Instance Attribute Details
#duration ⇒ ::Integer
Returns the value of attribute duration.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def duration @duration end |
#splice_event_id ⇒ ::Integer
Returns the value of attribute splice_event_id.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def splice_event_id @splice_event_id end |