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)


3733
3734
3735
3736
3737
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3733

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