Class: Aws::Types::GetIngestionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIngestionJobRequest
- 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.
-
#ingestion_job_id ⇒ ::String
Returns the value of attribute ingestion_job_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.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def data_source_id @data_source_id end |
#ingestion_job_id ⇒ ::String
Returns the value of attribute ingestion_job_id.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def ingestion_job_id @ingestion_job_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def knowledge_base_id @knowledge_base_id end |