Class: Aws::BedrockAgent::Types::StopIngestionJobResponse

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 information about the stopped data ingestion job.

Returns:



10231
10232
10233
10234
10235
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10231

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