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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9357
9358
9359
9360
9361
9362
9363
# File 'lib/aws-sdk-medialive/types.rb', line 9357

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)


9357
9358
9359
9360
9361
9362
9363
# File 'lib/aws-sdk-medialive/types.rb', line 9357

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)


9357
9358
9359
9360
9361
9362
9363
# File 'lib/aws-sdk-medialive/types.rb', line 9357

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