Class: Aws::MediaPackageV2::Types::Scte
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::Scte
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
The SCTE configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scte_filter ⇒ Array<String>
The SCTE-35 message types that you want to be treated as ad markers in the output.
Instance Attribute Details
#scte_filter ⇒ Array<String>
The SCTE-35 message types that you want to be treated as ad markers in the output.
2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2858 class Scte < Struct.new( :scte_filter) SENSITIVE = [] include Aws::Structure end |