Class: Aws::Types::DeleteVocabularyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVocabularyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
-
#vocabulary_arn ⇒ ::String
Returns the value of attribute vocabulary_arn.
-
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
Instance Attribute Details
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def state @state end |
#vocabulary_arn ⇒ ::String
Returns the value of attribute vocabulary_arn.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def vocabulary_arn @vocabulary_arn end |
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def vocabulary_id @vocabulary_id end |