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.
Instance Attribute Details
#nielsen_cbet_settings ⇒ Types::NielsenCBET
Returns the value of attribute nielsen_cbet_settings.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def nielsen_cbet_settings @nielsen_cbet_settings end |
#nielsen_distribution_type ⇒ "FINAL_DISTRIBUTOR", "PROGRAM_CONTENT"
Returns the value of attribute nielsen_distribution_type.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 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.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def nielsen_naes_ii_nw_settings @nielsen_naes_ii_nw_settings end |