Class: Aws::BedrockAgent::Types::GetIngestionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetIngestionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
Identifier for a resource.
-
#ingestion_job_id ⇒ String
Identifier for a resource.
-
#knowledge_base_id ⇒ String
Identifier for a resource.
Instance Attribute Details
#data_source_id ⇒ String
Identifier for a resource.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1686 class GetIngestionJobRequest < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id) SENSITIVE = [] include Aws::Structure end |
#ingestion_job_id ⇒ String
Identifier for a resource.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1686 class GetIngestionJobRequest < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
Identifier for a resource.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1686 class GetIngestionJobRequest < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id) SENSITIVE = [] include Aws::Structure end |