Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryIngestionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryIngestionJobRequest
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Get DataAutomationLibraryIngestionJob Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
ARN of the DataAutomationLibraryIngestionJob.
-
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created.
Instance Attribute Details
#job_arn ⇒ String
ARN of the DataAutomationLibraryIngestionJob
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_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created
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 |