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
show all
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

Instance Attribute Details

#scte_35_splice_insertTypes::Scte35SpliceInsert

Scte35 Splice Insert

Returns:

#scte_35_time_signal_aposTypes::Scte35TimeSignalApos

Scte35 Time Signal Apos

Returns: