You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::AvailSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AvailSettings
- Defined in:
- (unknown)
Overview
Note:
When passing AvailSettings as input to an Aws::Client method, you can use a vanilla Hash:
{
scte_35_splice_insert: {
ad_avail_offset: 1,
no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
web_delivery_allowed_flag: "FOLLOW", # accepts FOLLOW, IGNORE
},
scte_35_time_signal_apos: {
ad_avail_offset: 1,
no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
web_delivery_allowed_flag: "FOLLOW", # accepts FOLLOW, IGNORE
},
}
Avail Settings
Returned by:
Instance Attribute Summary collapse
-
#scte_35_splice_insert ⇒ Types::Scte35SpliceInsert
Scte35 Splice Insert.
-
#scte_35_time_signal_apos ⇒ Types::Scte35TimeSignalApos
Scte35 Time Signal Apos.
Instance Attribute Details
#scte_35_splice_insert ⇒ Types::Scte35SpliceInsert
Scte35 Splice Insert
#scte_35_time_signal_apos ⇒ Types::Scte35TimeSignalApos
Scte35 Time Signal Apos