Class: Aws::Types::NielsenWatermarksSettings
- Inherits:
-
Object
- Object
- Aws::Types::NielsenWatermarksSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#nielsen_cbet_settings ⇒ Types::NielsenCBET
Returns the value of attribute nielsen_cbet_settings.
-
#nielsen_distribution_type ⇒ "FINAL_DISTRIBUTOR", "PROGRAM_CONTENT"
Returns the value of attribute nielsen_distribution_type.
-
#nielsen_naes_ii_nw_settings ⇒ Types::NielsenNaesIiNw
Returns the value of attribute nielsen_naes_ii_nw_settings.
-
#nielsen_nw_only_settings ⇒ Types::NielsenNwOnly
Returns the value of attribute nielsen_nw_only_settings.
Instance Attribute Details
#nielsen_cbet_settings ⇒ Types::NielsenCBET
Returns the value of attribute nielsen_cbet_settings.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def nielsen_cbet_settings @nielsen_cbet_settings end |
#nielsen_distribution_type ⇒ "FINAL_DISTRIBUTOR", "PROGRAM_CONTENT"
Returns the value of attribute nielsen_distribution_type.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def nielsen_distribution_type @nielsen_distribution_type end |
#nielsen_naes_ii_nw_settings ⇒ Types::NielsenNaesIiNw
Returns the value of attribute nielsen_naes_ii_nw_settings.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def nielsen_naes_ii_nw_settings @nielsen_naes_ii_nw_settings end |
#nielsen_nw_only_settings ⇒ Types::NielsenNwOnly
Returns the value of attribute nielsen_nw_only_settings.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def nielsen_nw_only_settings @nielsen_nw_only_settings end |