Class: Aws::Types::LanguageIdSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#language_model_name::String

Returns the value of attribute language_model_name.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def language_model_name
  @language_model_name
end

#vocabulary_filter_name::String

Returns the value of attribute vocabulary_filter_name.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def vocabulary_filter_name
  @vocabulary_filter_name
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def vocabulary_name
  @vocabulary_name
end