Class: Aws::MediaLive::Types::NielsenNaesIiNw
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::NielsenNaesIiNw
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Nielsen Naes Ii Nw
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#check_digit_string ⇒ String
Enter the check digit string for the watermark.
-
#sid ⇒ Float
Enter the Nielsen Source ID (SID) to include in the watermark.
-
#timezone ⇒ String
Choose the timezone for the time stamps in the watermark.
Instance Attribute Details
#check_digit_string ⇒ String
Enter the check digit string for the watermark
9902 9903 9904 9905 9906 9907 9908 |
# File 'lib/aws-sdk-medialive/types.rb', line 9902 class NielsenNaesIiNw < Struct.new( :check_digit_string, :sid, :timezone) SENSITIVE = [] include Aws::Structure end |
#sid ⇒ Float
Enter the Nielsen Source ID (SID) to include in the watermark
9902 9903 9904 9905 9906 9907 9908 |
# File 'lib/aws-sdk-medialive/types.rb', line 9902 class NielsenNaesIiNw < Struct.new( :check_digit_string, :sid, :timezone) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)
9902 9903 9904 9905 9906 9907 9908 |
# File 'lib/aws-sdk-medialive/types.rb', line 9902 class NielsenNaesIiNw < Struct.new( :check_digit_string, :sid, :timezone) SENSITIVE = [] include Aws::Structure end |