Class: Aws::Types::CreateVocabularyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVocabularyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def client_token @client_token end |
#content ⇒ ::String
Returns the value of attribute content.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def language_code @language_code end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def @tags end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def vocabulary_name @vocabulary_name end |