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
Contains information about the data ingestion job.
Instance Attribute Details
#ingestion_job ⇒ Types::IngestionJob
Contains information about the data ingestion job.
10216 10217 10218 10219 10220 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10216 class StartIngestionJobResponse < Struct.new( :ingestion_job) SENSITIVE = [] include Aws::Structure end |