Class: Aws::MediaPackageV2::Types::Scte

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb

Overview

The SCTE configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scte_filterArray<String>

The SCTE-35 message types that you want to be treated as ad markers in the output.

Returns:

  • (Array<String>)


2122
2123
2124
2125
2126
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2122

class Scte < Struct.new(
  :scte_filter)
  SENSITIVE = []
  include Aws::Structure
end