Class: Aws::MediaLive::Types::AvailSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass AvailSettings data as a 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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scte_35_splice_insertTypes::Scte35SpliceInsert

Scte35 Splice Insert



1275
1276
1277
1278
1279
1280
# File 'lib/aws-sdk-medialive/types.rb', line 1275

class AvailSettings < Struct.new(
  :scte_35_splice_insert,
  :scte_35_time_signal_apos)
  SENSITIVE = []
  include Aws::Structure
end

#scte_35_time_signal_aposTypes::Scte35TimeSignalApos

Scte35 Time Signal Apos



1275
1276
1277
1278
1279
1280
# File 'lib/aws-sdk-medialive/types.rb', line 1275

class AvailSettings < Struct.new(
  :scte_35_splice_insert,
  :scte_35_time_signal_apos)
  SENSITIVE = []
  include Aws::Structure
end