Class: Aws::Types::LexiconAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alphabet::String

Returns the value of attribute alphabet.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def alphabet
  @alphabet
end

#language_code"arb", ...

Returns the value of attribute language_code.

Returns:

  • ("arb", "cmn-CN", "cy-GB", "da-DK", "de-DE", "en-AU", "en-GB", "en-GB-WLS", "en-IN", "en-US", "es-ES", "es-MX", "es-US", "fr-CA", "fr-FR", "is-IS", "it-IT", "ja-JP", "hi-IN", "ko-KR", "nb-NO", "nl-NL", "pl-PL", "pt-BR", "pt-PT", "ro-RO", "ru-RU", "sv-SE", "tr-TR", "en-NZ", "en-ZA", "ca-ES", "de-AT", "yue-CN", "ar-AE", "fi-FI", "en-IE", "nl-BE", "fr-BE", "cs-CZ", "de-CH", "en-SG")


128
129
130
# File 'sig/types.rbs', line 128

def language_code
  @language_code
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


129
130
131
# File 'sig/types.rbs', line 129

def last_modified
  @last_modified
end

#lexemes_count::Integer

Returns the value of attribute lexemes_count.

Returns:

  • (::Integer)


131
132
133
# File 'sig/types.rbs', line 131

def lexemes_count
  @lexemes_count
end

#lexicon_arn::String

Returns the value of attribute lexicon_arn.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def lexicon_arn
  @lexicon_arn
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


132
133
134
# File 'sig/types.rbs', line 132

def size
  @size
end