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")


1983
1984
1985
# File 'sig/types.rbs', line 1983

def active_watermark_process
  @active_watermark_process
end

#adi_filename::String

Returns the value of attribute adi_filename.

Returns:

  • (::String)


1984
1985
1986
# File 'sig/types.rbs', line 1984

def adi_filename
  @adi_filename
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def asset_id
  @asset_id
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def asset_name
  @asset_name
end

#cbet_source_id::String

Returns the value of attribute cbet_source_id.

Returns:

  • (::String)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def cbet_source_id
  @cbet_source_id
end

#episode_id::String

Returns the value of attribute episode_id.

Returns:

  • (::String)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def episode_id
  @episode_id
end

#metadata_destination::String

Returns the value of attribute metadata_destination.

Returns:

  • (::String)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def 
  @metadata_destination
end

#source_id::Integer

Returns the value of attribute source_id.

Returns:

  • (::Integer)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def source_id
  @source_id
end

#source_watermark_status"CLEAN", "WATERMARKED"

Returns the value of attribute source_watermark_status.

Returns:

  • ("CLEAN", "WATERMARKED")


1991
1992
1993
# File 'sig/types.rbs', line 1991

def source_watermark_status
  @source_watermark_status
end

#tic_server_url::String

Returns the value of attribute tic_server_url.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

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")


1993
1994
1995
# File 'sig/types.rbs', line 1993

def unique_tic_per_audio_track
  @unique_tic_per_audio_track
end