Class: Aws::Types::DeleteDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
767 768 769 |
# File 'sig/types.rbs', line 767 def data_source_id @data_source_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
766 767 768 |
# File 'sig/types.rbs', line 766 def knowledge_base_id @knowledge_base_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
768 769 770 |
# File 'sig/types.rbs', line 768 def status @status end |