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.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def client_token @client_token end |
#content ⇒ ::String
Returns the value of attribute content.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def language_code @language_code end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def @tags end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def vocabulary_name @vocabulary_name end |