You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::AvailConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AvailConfiguration
- Defined in:
- (unknown)
Overview
Note:
When passing AvailConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
avail_settings: {
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 Configuration
Returned by:
Instance Attribute Summary collapse
-
#avail_settings ⇒ Types::AvailSettings
Ad avail settings.
Instance Attribute Details
#avail_settings ⇒ Types::AvailSettings
Ad avail settings.