Class: Aws::BedrockAgent::Types::StopIngestionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::StopIngestionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The unique identifier of the data source for the data ingestion job you want to stop.
-
#ingestion_job_id ⇒ String
The unique identifier of the data ingestion job you want to stop.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for the data ingestion job you want to stop.
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source for the data ingestion job you want to stop.
6844 6845 6846 6847 6848 6849 6850 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6844 class StopIngestionJobRequest < Struct.new( :data_source_id, :ingestion_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#ingestion_job_id ⇒ String
The unique identifier of the data ingestion job you want to stop.
6844 6845 6846 6847 6848 6849 6850 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6844 class StopIngestionJobRequest < Struct.new( :data_source_id, :ingestion_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for the data ingestion job you want to stop.
6844 6845 6846 6847 6848 6849 6850 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6844 class StopIngestionJobRequest < Struct.new( :data_source_id, :ingestion_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |