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



1569
1570
1571
1572
1573
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1569

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