Class: Aws::BedrockDataAutomation::Types::InvokeDataAutomationLibraryIngestionJobResponse

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

Overview

Invoke DataAutomationLibraryIngestionJob Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_arnString

ARN of the DataAutomationLibraryIngestionJob

Returns:

  • (String)


1905
1906
1907
1908
1909
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1905

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