Method: Aws::NeptuneGraph::Types::ImportTaskDetails#start_time

Defined in:
lib/aws-sdk-neptunegraph/types.rb

#start_timeTime

Time at which the import task started.

Returns:

  • (Time)


1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1875

class ImportTaskDetails < Struct.new(
  :status,
  :start_time,
  :time_elapsed_seconds,
  :progress_percentage,
  :error_count,
  :error_details,
  :statement_count,
  :dictionary_entry_count)
  SENSITIVE = []
  include Aws::Structure
end