/AWS1/CL_CNTCREVOCABULARYRSP¶
CreateVocabularyResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_vocabularyarn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the custom vocabulary.
iv_vocabularyid TYPE /AWS1/CNTVOCABULARYID /AWS1/CNTVOCABULARYID¶
The identifier of the custom vocabulary.
iv_state TYPE /AWS1/CNTVOCABULARYSTATE /AWS1/CNTVOCABULARYSTATE¶
The current state of the custom vocabulary.
Queryable Attributes¶
VocabularyArn¶
The Amazon Resource Name (ARN) of the custom vocabulary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOCABULARYARN() |
Getter for VOCABULARYARN, with configurable default |
ASK_VOCABULARYARN() |
Getter for VOCABULARYARN w/ exceptions if field has no value |
HAS_VOCABULARYARN() |
Determine if VOCABULARYARN has a value |
VocabularyId¶
The identifier of the custom vocabulary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOCABULARYID() |
Getter for VOCABULARYID, with configurable default |
ASK_VOCABULARYID() |
Getter for VOCABULARYID w/ exceptions if field has no value |
HAS_VOCABULARYID() |
Determine if VOCABULARYID has a value |
State¶
The current state of the custom vocabulary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |