Class: Aws::Types::UpdateVocabularyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def data_access_role_arn
  @data_access_role_arn
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



1010
1011
1012
# File 'sig/types.rbs', line 1010

def encryption_configuration
  @encryption_configuration
end

#language_code"af-ZA", ...

Returns the value of attribute language_code.

Returns:

  • ("af-ZA", "ar-AE", "ar-SA", "am-ET", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-MX", "es-US", "fa-AF", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "ht-HT", "id-ID", "it-IT", "ja-JP", "jv-ID", "km-KH", "ko-KR", "my-MM", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-EE", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "ne-NP", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sq-AL", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zh-HK", "zu-ZA")


1006
1007
1008
# File 'sig/types.rbs', line 1006

def language_code
  @language_code
end

#phrases::Array[::String]

Returns the value of attribute phrases.

Returns:

  • (::Array[::String])


1007
1008
1009
# File 'sig/types.rbs', line 1007

def phrases
  @phrases
end

#vocabulary_file_uri::String

Returns the value of attribute vocabulary_file_uri.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def vocabulary_file_uri
  @vocabulary_file_uri
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def vocabulary_name
  @vocabulary_name
end