Class: Aws::MediaLive::Types::NielsenWatermarksSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::NielsenWatermarksSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Nielsen Watermarks Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nielsen_cbet_settings ⇒ Types::NielsenCBET
Complete these fields only if you want to insert watermarks of type Nielsen CBET.
-
#nielsen_distribution_type ⇒ String
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR.
-
#nielsen_naes_ii_nw_settings ⇒ Types::NielsenNaesIiNw
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
-
#nielsen_nw_only_settings ⇒ Types::NielsenNwOnly
Complete these fields only if you want to insert watermarks of type Nielsen NAES VI (NW) only, without inserting NAES II (N2) watermarks.
Instance Attribute Details
#nielsen_cbet_settings ⇒ Types::NielsenCBET
Complete these fields only if you want to insert watermarks of type Nielsen CBET
10357 10358 10359 10360 10361 10362 10363 10364 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10357 class NielsenWatermarksSettings < Struct.new( :nielsen_cbet_settings, :nielsen_distribution_type, :nielsen_naes_ii_nw_settings, :nielsen_nw_only_settings) SENSITIVE = [] include Aws::Structure end |
#nielsen_distribution_type ⇒ String
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR
10357 10358 10359 10360 10361 10362 10363 10364 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10357 class NielsenWatermarksSettings < Struct.new( :nielsen_cbet_settings, :nielsen_distribution_type, :nielsen_naes_ii_nw_settings, :nielsen_nw_only_settings) SENSITIVE = [] include Aws::Structure end |
#nielsen_naes_ii_nw_settings ⇒ Types::NielsenNaesIiNw
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
10357 10358 10359 10360 10361 10362 10363 10364 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10357 class NielsenWatermarksSettings < Struct.new( :nielsen_cbet_settings, :nielsen_distribution_type, :nielsen_naes_ii_nw_settings, :nielsen_nw_only_settings) SENSITIVE = [] include Aws::Structure end |
#nielsen_nw_only_settings ⇒ Types::NielsenNwOnly
Complete these fields only if you want to insert watermarks of type Nielsen NAES VI (NW) only, without inserting NAES II (N2) watermarks.
10357 10358 10359 10360 10361 10362 10363 10364 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10357 class NielsenWatermarksSettings < Struct.new( :nielsen_cbet_settings, :nielsen_distribution_type, :nielsen_naes_ii_nw_settings, :nielsen_nw_only_settings) SENSITIVE = [] include Aws::Structure end |