Class: Aws::Types::NielsenNonLinearWatermarkSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_watermark_process"NAES2_AND_NW", ...

Returns the value of attribute active_watermark_process.

Returns:

  • ("NAES2_AND_NW", "CBET", "NAES2_AND_NW_AND_CBET")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1968
1969
1970
# File 'sig/types.rbs', line 1968

def 
  @metadata_destination
end

#source_id::Integer

Returns the value of attribute source_id.

Returns:

  • (::Integer)


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.

Returns:

  • ("CLEAN", "WATERMARKED")


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.

Returns:

  • (::String)


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.

Returns:

  • ("RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK")


1972
1973
1974
# File 'sig/types.rbs', line 1972

def unique_tic_per_audio_track
  @unique_tic_per_audio_track
end