Class: Aws::BedrockAgent::Types::StopIngestionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::StopIngestionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingestion_job ⇒ Types::IngestionJob
Contains information about the stopped data ingestion job.
Instance Attribute Details
#ingestion_job ⇒ Types::IngestionJob
Contains information about the stopped data ingestion job.
9879 9880 9881 9882 9883 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 9879 class StopIngestionJobResponse < Struct.new( :ingestion_job) SENSITIVE = [] include Aws::Structure end |