Class: Aws::Types::UpdateVocabularyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVocabularyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#phrases ⇒ ::Array[::String]
Returns the value of attribute phrases.
-
#vocabulary_file_uri ⇒ ::String
Returns the value of attribute vocabulary_file_uri.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def data_access_role_arn @data_access_role_arn end |
#encryption_configuration ⇒ Types::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.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def language_code @language_code end |
#phrases ⇒ ::Array[::String]
Returns the value of attribute phrases.
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.
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.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def vocabulary_name @vocabulary_name end |