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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingestion_jobTypes::IngestionJob

Contains information about the data ingestion job.

Returns:



6816
6817
6818
6819
6820
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6816

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