Class: Aws::Types::AudioLanguageSelection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


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.

Returns:

  • ("LOOSE", "STRICT")


142
143
144
# File 'sig/types.rbs', line 142

def language_selection_policy
  @language_selection_policy
end