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:



6858
6859
6860
6861
6862
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6858

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