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.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def client_token @client_token end |
#content ⇒ ::String
Returns the value of attribute content.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def language_code @language_code end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def @tags end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def vocabulary_name @vocabulary_name end |