Class: Aws::BedrockAgent::Types::StartIngestionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::StartIngestionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingestion_job ⇒ Types::IngestionJob
An object containing information about the ingestion job.
Instance Attribute Details
#ingestion_job ⇒ Types::IngestionJob
An object containing information about the ingestion job.
6802 6803 6804 6805 6806 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6802 class StartIngestionJobResponse < Struct.new( :ingestion_job) SENSITIVE = [] include Aws::Structure end |