Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryIngestionJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Get DataAutomationLibraryIngestionJob Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::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