Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryIngestionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryIngestionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Get DataAutomationLibraryIngestionJob Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::DataAutomationLibraryIngestionJob
Contains the information of a library ingestion job.
Instance Attribute Details
#job ⇒ Types::DataAutomationLibraryIngestionJob
Contains the information of a library ingestion job
1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1550 class GetDataAutomationLibraryIngestionJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |