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.
3516 3517 3518 3519 3520 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3516 class StartIngestionJobResponse < Struct.new( :ingestion_job) SENSITIVE = [] include Aws::Structure end |