Class: Aws::BedrockAgent::Types::GetIngestionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetIngestionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingestion_job ⇒ Types::IngestionJob
Contains details about the ingestion job.
Instance Attribute Details
#ingestion_job ⇒ Types::IngestionJob
Contains details about the ingestion job.
2123 2124 2125 2126 2127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2123 class GetIngestionJobResponse < Struct.new( :ingestion_job) SENSITIVE = [] include Aws::Structure end |