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

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

Overview

Note:

When making an API call, you may pass NielsenNaesIiNw data as a hash:

{
  check_digit_string: "__stringMin2Max2", # required
  sid: 1.0, # required
}

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)


13658
13659
13660
13661
13662
13663
# File 'lib/aws-sdk-medialive/types.rb', line 13658

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

#sidFloat

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

Returns:

  • (Float)


13658
13659
13660
13661
13662
13663
# File 'lib/aws-sdk-medialive/types.rb', line 13658

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