Class: Aws::MediaConvert::Types::DataProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DataProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Properties specific to data tracks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#language_code ⇒ String
the language code of the track.
Instance Attribute Details
#language_code ⇒ String
the language code of the track
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 |