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.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def client_token @client_token end |
#content ⇒ ::String
Returns the value of attribute content.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def language_code @language_code end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def vocabulary_name @vocabulary_name end |