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.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def client_token @client_token end |
#content ⇒ ::String
Returns the value of attribute content.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def language_code @language_code end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def @tags end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def vocabulary_name @vocabulary_name end |