Class: Aws::Types::NielsenNonLinearWatermarkSettings
- Inherits:
-
Object
- Object
- Aws::Types::NielsenNonLinearWatermarkSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_watermark_process ⇒ "NAES2_AND_NW", ...
Returns the value of attribute active_watermark_process.
-
#adi_filename ⇒ ::String
Returns the value of attribute adi_filename.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#cbet_source_id ⇒ ::String
Returns the value of attribute cbet_source_id.
-
#episode_id ⇒ ::String
Returns the value of attribute episode_id.
-
#metadata_destination ⇒ ::String
Returns the value of attribute metadata_destination.
-
#source_id ⇒ ::Integer
Returns the value of attribute source_id.
-
#source_watermark_status ⇒ "CLEAN", "WATERMARKED"
Returns the value of attribute source_watermark_status.
-
#tic_server_url ⇒ ::String
Returns the value of attribute tic_server_url.
-
#unique_tic_per_audio_track ⇒ "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
Returns the value of attribute unique_tic_per_audio_track.
Instance Attribute Details
#active_watermark_process ⇒ "NAES2_AND_NW", ...
Returns the value of attribute active_watermark_process.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def active_watermark_process @active_watermark_process end |
#adi_filename ⇒ ::String
Returns the value of attribute adi_filename.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def adi_filename @adi_filename end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def asset_id @asset_id end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def asset_name @asset_name end |
#cbet_source_id ⇒ ::String
Returns the value of attribute cbet_source_id.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def cbet_source_id @cbet_source_id end |
#episode_id ⇒ ::String
Returns the value of attribute episode_id.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def episode_id @episode_id end |
#metadata_destination ⇒ ::String
Returns the value of attribute metadata_destination.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def @metadata_destination end |
#source_id ⇒ ::Integer
Returns the value of attribute source_id.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def source_id @source_id end |
#source_watermark_status ⇒ "CLEAN", "WATERMARKED"
Returns the value of attribute source_watermark_status.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def source_watermark_status @source_watermark_status end |
#tic_server_url ⇒ ::String
Returns the value of attribute tic_server_url.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def tic_server_url @tic_server_url end |
#unique_tic_per_audio_track ⇒ "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
Returns the value of attribute unique_tic_per_audio_track.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def unique_tic_per_audio_track @unique_tic_per_audio_track end |