Class: Aws::BedrockAgent::Types::StartIngestionJobResponse

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

An object containing information about the ingestion job.

Returns:



6802
6803
6804
6805
6806
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6802

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