Class: Aws::BedrockDataAutomation::Types::DataAutomationLibraryIngestionJobSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#completion_timeTime

Time Stamp

Returns:

  • (Time)


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_timeTime

Time Stamp

Returns:

  • (Time)


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_typeString

Entity types supported in DataAutomationLibraries

Returns:

  • (String)


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_arnString

ARN of the DataAutomationLibraryIngestionJob

Returns:

  • (String)


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_statusString

Status of DataAutomationLibraryIngestionJob

Returns:

  • (String)


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_typeString

DataAutomationLibraryIngestionJob operation type

Returns:

  • (String)


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