Class: Aws::BedrockDataAutomation::Types::InvokeDataAutomationLibraryIngestionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::InvokeDataAutomationLibraryIngestionJobResponse
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Invoke DataAutomationLibraryIngestionJob Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
ARN of the DataAutomationLibraryIngestionJob.
Instance Attribute Details
#job_arn ⇒ String
ARN of the DataAutomationLibraryIngestionJob
1905 1906 1907 1908 1909 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1905 class InvokeDataAutomationLibraryIngestionJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |