Class: Aws::Types::AudioLanguageSelection
- Inherits:
-
Object
- Object
- Aws::Types::AudioLanguageSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#language_selection_policy ⇒ "LOOSE", "STRICT"
Returns the value of attribute language_selection_policy.
Instance Attribute Details
#language_code ⇒ ::String
Returns the value of attribute language_code.
141 142 143 |
# File 'sig/types.rbs', line 141 def language_code @language_code end |
#language_selection_policy ⇒ "LOOSE", "STRICT"
Returns the value of attribute language_selection_policy.
142 143 144 |
# File 'sig/types.rbs', line 142 def language_selection_policy @language_selection_policy end |