Class: Aws::BedrockDataAutomation::Types::DataAutomationLibraryIngestionJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DataAutomationLibraryIngestionJob
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Contains the information of a DataAutomationLibraryIngestionJob
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
Timestamp when the DataAutomationLibraryIngestionJob was completed.
-
#creation_time ⇒ Time
Timestamp when the DataAutomationLibraryIngestionJob was created.
-
#entity_type ⇒ String
The entity type associated with DataAutomationLibraryIngestionJob.
-
#error_message ⇒ String
Error message.
-
#error_type ⇒ String
Error type.
-
#job_arn ⇒ String
ARN of the DataAutomationLibraryIngestionJob.
-
#job_status ⇒ String
The status of the DataAutomationLibraryIngestionJob.
-
#operation_type ⇒ String
The operation associated with DataAutomationLibraryIngestionJob.
-
#output_configuration ⇒ Types::OutputConfiguration
Output configuration of DataAutomationLibraryIngestionJob.
Instance Attribute Details
#completion_time ⇒ Time
Timestamp when the DataAutomationLibraryIngestionJob was completed
840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840 class DataAutomationLibraryIngestionJob < Struct.new( :job_arn, :creation_time, :entity_type, :operation_type, :job_status, :output_configuration, :completion_time, :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
Timestamp when the DataAutomationLibraryIngestionJob was created
840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840 class DataAutomationLibraryIngestionJob < Struct.new( :job_arn, :creation_time, :entity_type, :operation_type, :job_status, :output_configuration, :completion_time, :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The entity type associated with DataAutomationLibraryIngestionJob
840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840 class DataAutomationLibraryIngestionJob < Struct.new( :job_arn, :creation_time, :entity_type, :operation_type, :job_status, :output_configuration, :completion_time, :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Error message
840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840 class DataAutomationLibraryIngestionJob < Struct.new( :job_arn, :creation_time, :entity_type, :operation_type, :job_status, :output_configuration, :completion_time, :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |
#error_type ⇒ String
Error type
840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840 class DataAutomationLibraryIngestionJob < Struct.new( :job_arn, :creation_time, :entity_type, :operation_type, :job_status, :output_configuration, :completion_time, :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
ARN of the DataAutomationLibraryIngestionJob
840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840 class DataAutomationLibraryIngestionJob < Struct.new( :job_arn, :creation_time, :entity_type, :operation_type, :job_status, :output_configuration, :completion_time, :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of the DataAutomationLibraryIngestionJob
840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840 class DataAutomationLibraryIngestionJob < Struct.new( :job_arn, :creation_time, :entity_type, :operation_type, :job_status, :output_configuration, :completion_time, :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |
#operation_type ⇒ String
The operation associated with DataAutomationLibraryIngestionJob
840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840 class DataAutomationLibraryIngestionJob < Struct.new( :job_arn, :creation_time, :entity_type, :operation_type, :job_status, :output_configuration, :completion_time, :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |
#output_configuration ⇒ Types::OutputConfiguration
Output configuration of DataAutomationLibraryIngestionJob
840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840 class DataAutomationLibraryIngestionJob < Struct.new( :job_arn, :creation_time, :entity_type, :operation_type, :job_status, :output_configuration, :completion_time, :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |