Class: Aws::Types::StopIngestionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopIngestionJobRequest
- 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.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def data_source_id @data_source_id end |
#ingestion_job_id ⇒ ::String
Returns the value of attribute ingestion_job_id.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def ingestion_job_id @ingestion_job_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def knowledge_base_id @knowledge_base_id end |