Class: Aws::BedrockDataAutomation::Types::DataAutomationLibraryIngestionJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DataAutomationLibraryIngestionJobSummary
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Summary of a DataAutomationLibraryIngestionJob
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
Time Stamp.
-
#creation_time ⇒ Time
Time Stamp.
-
#entity_type ⇒ String
Entity types supported in DataAutomationLibraries.
-
#job_arn ⇒ String
ARN of the DataAutomationLibraryIngestionJob.
-
#job_status ⇒ String
Status of DataAutomationLibraryIngestionJob.
-
#operation_type ⇒ String
DataAutomationLibraryIngestionJob operation type.
Instance Attribute Details
#completion_time ⇒ Time
Time Stamp
882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 882 class DataAutomationLibraryIngestionJobSummary < Struct.new( :job_arn, :job_status, :entity_type, :operation_type, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
Time Stamp
882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 882 class DataAutomationLibraryIngestionJobSummary < Struct.new( :job_arn, :job_status, :entity_type, :operation_type, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
Entity types supported in DataAutomationLibraries
882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 882 class DataAutomationLibraryIngestionJobSummary < Struct.new( :job_arn, :job_status, :entity_type, :operation_type, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
ARN of the DataAutomationLibraryIngestionJob
882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 882 class DataAutomationLibraryIngestionJobSummary < Struct.new( :job_arn, :job_status, :entity_type, :operation_type, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
Status of DataAutomationLibraryIngestionJob
882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 882 class DataAutomationLibraryIngestionJobSummary < Struct.new( :job_arn, :job_status, :entity_type, :operation_type, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#operation_type ⇒ String
DataAutomationLibraryIngestionJob operation type
882 883 884 885 886 887 888 889 890 891 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 882 class DataAutomationLibraryIngestionJobSummary < Struct.new( :job_arn, :job_status, :entity_type, :operation_type, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |