Class: Aws::Types::CreateVocabularyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVocabularyRequest
- 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.
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#phrases ⇒ ::Array[::String]
Returns the value of attribute phrases.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
185 186 187 |
# File 'sig/types.rbs', line 185 def data_access_role_arn @data_access_role_arn end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
181 182 183 |
# File 'sig/types.rbs', line 181 def language_code @language_code end |
#phrases ⇒ ::Array[::String]
Returns the value of attribute phrases.
182 183 184 |
# File 'sig/types.rbs', line 182 def phrases @phrases end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
184 185 186 |
# File 'sig/types.rbs', line 184 def @tags end |
#vocabulary_file_uri ⇒ ::String
Returns the value of attribute vocabulary_file_uri.
183 184 185 |
# File 'sig/types.rbs', line 183 def vocabulary_file_uri @vocabulary_file_uri end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def vocabulary_name @vocabulary_name end |