Class: Aws::Types::GetDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSourceRequest
- 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.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def data_source_id @data_source_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def knowledge_base_id @knowledge_base_id end |