Class: Aws::Types::DeleteDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataSourceRequest
- 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.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
761 762 763 |
# File 'sig/types.rbs', line 761 def data_source_id @data_source_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
760 761 762 |
# File 'sig/types.rbs', line 760 def knowledge_base_id @knowledge_base_id end |