Class: Aws::BedrockAgent::Types::StopIngestionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::StopIngestionJobResponse
- Defined in:
- gems/aws-sdk-bedrockagent/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.
7572 7573 7574 7575 7576 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7572 class StopIngestionJobResponse < Struct.new( :ingestion_job) SENSITIVE = [] include Aws::Structure end |