You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaTailor::Types::AvailSuppression

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AvailSuppression as input to an Aws::Client method, you can use a vanilla Hash:

{
  mode: "OFF", # accepts OFF, BEHIND_LIVE_EDGE
  value: "__string",
}

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

Possible values:

  • OFF
  • BEHIND_LIVE_EDGE

Returns:

  • (String)

#valueString

Sets the mode for avail suppression, also known as ad suppression. By default, ad suppression is off and all ad breaks are filled by MediaTailor with ads or slate.

Returns:

  • (String)

    Sets the mode for avail suppression, also known as ad suppression.