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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/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)


1535
1536
1537
1538
1539
1540
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1535

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)


1535
1536
1537
1538
1539
1540
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1535

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