Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryIngestionJobRequest

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

Overview

Get DataAutomationLibraryIngestionJob Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_arnString

ARN of the DataAutomationLibraryIngestionJob

Returns:

  • (String)


1554
1555
1556
1557
1558
1559
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1554

class GetDataAutomationLibraryIngestionJobRequest < Struct.new(
  :library_arn,
  :job_arn)
  SENSITIVE = []
  include Aws::Structure
end

#library_arnString

ARN generated at the server side when a DataAutomationLibrary is created

Returns:

  • (String)


1554
1555
1556
1557
1558
1559
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1554

class GetDataAutomationLibraryIngestionJobRequest < Struct.new(
  :library_arn,
  :job_arn)
  SENSITIVE = []
  include Aws::Structure
end