Method: Aws::NeptuneGraph::Types::StartImportTaskOutput#status

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

#statusString

The status of the import task.

Returns:

  • (String)


2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2990

class StartImportTaskOutput < Struct.new(
  :graph_id,
  :task_id,
  :source,
  :format,
  :parquet_type,
  :role_arn,
  :status,
  :import_options)
  SENSITIVE = []
  include Aws::Structure
end