Class: Aws::MediaLive::Types::NielsenNaesIiNw

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Nielsen Naes Ii Nw

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#check_digit_stringString

Enter the check digit string for the watermark

Returns:

  • (String)


9681
9682
9683
9684
9685
9686
9687
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9681

class NielsenNaesIiNw < Struct.new(
  :check_digit_string,
  :sid,
  :timezone)
  SENSITIVE = []
  include Aws::Structure
end

#sidFloat

Enter the Nielsen Source ID (SID) to include in the watermark

Returns:

  • (Float)


9681
9682
9683
9684
9685
9686
9687
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9681

class NielsenNaesIiNw < Struct.new(
  :check_digit_string,
  :sid,
  :timezone)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)

Returns:

  • (String)


9681
9682
9683
9684
9685
9686
9687
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9681

class NielsenNaesIiNw < Struct.new(
  :check_digit_string,
  :sid,
  :timezone)
  SENSITIVE = []
  include Aws::Structure
end