Class: Aws::Types::DeleteKnowledgeBaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKnowledgeBaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
827 828 829 |
# File 'sig/types.rbs', line 827 def knowledge_base_id @knowledge_base_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
828 829 830 |
# File 'sig/types.rbs', line 828 def status @status end |