Class: Aws::BedrockAgent::Types::GetIngestionJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingestion_jobTypes::IngestionJob

Contains details about the ingestion job.

Returns:



2050
2051
2052
2053
2054
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2050

class GetIngestionJobResponse < Struct.new(
  :ingestion_job)
  SENSITIVE = []
  include Aws::Structure
end