Class: Aws::MediaConvert::Types::DataProperties

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

Overview

Properties specific to data tracks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#language_codeString

the language code of the track

Returns:

  • (String)


3761
3762
3763
3764
3765
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3761

class DataProperties < Struct.new(
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end