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 data ingestion job.
Instance Attribute Details
#ingestion_job ⇒ Types::IngestionJob
Contains details about the data ingestion job.
3985 3986 3987 3988 3989 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3985 class GetIngestionJobResponse < Struct.new( :ingestion_job) SENSITIVE = [] include Aws::Structure end |