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

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


1924
1925
1926
1927
1928
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1924

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