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.
3967 3968 3969 3970 3971 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3967 class GetIngestionJobResponse < Struct.new( :ingestion_job) SENSITIVE = [] include Aws::Structure end |