Method: Aws::MediaConvert::Types::DvbNitSettings#network_name
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#network_name ⇒ String
The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters.
4177 4178 4179 4180 4181 4182 4183 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4177 class DvbNitSettings < Struct.new( :network_id, :network_name, :nit_interval) SENSITIVE = [] include Aws::Structure end |