Class: Aws::NeptuneGraph::Types::ImportTaskDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::NeptuneGraph::Types::ImportTaskDetails
 
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Contains details about an import task.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #dictionary_entry_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of dictionary entries in the import task. 
- 
  
    
      #error_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of errors encountered so far. 
- 
  
    
      #error_details  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Details about the errors that have been encountered. 
- 
  
    
      #progress_percentage  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The percentage progress so far. 
- 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Time at which the import task started. 
- 
  
    
      #statement_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of statements in the import task. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Status of the import task. 
- 
  
    
      #time_elapsed_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Seconds elapsed since the import task started. 
Instance Attribute Details
#dictionary_entry_count ⇒ Integer
The number of dictionary entries in the import task.
| 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 | # File 'gems/aws-sdk-neptunegraph/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 | 
#error_count ⇒ Integer
The number of errors encountered so far.
| 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 | # File 'gems/aws-sdk-neptunegraph/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 | 
#error_details ⇒ String
Details about the errors that have been encountered.
| 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 | # File 'gems/aws-sdk-neptunegraph/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 | 
#progress_percentage ⇒ Integer
The percentage progress so far.
| 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 | # File 'gems/aws-sdk-neptunegraph/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 | 
#start_time ⇒ Time
Time at which the import task started.
| 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 | # File 'gems/aws-sdk-neptunegraph/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 | 
#statement_count ⇒ Integer
The number of statements in the import task.
| 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 | # File 'gems/aws-sdk-neptunegraph/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 | 
#status ⇒ String
Status of the import task.
| 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 | # File 'gems/aws-sdk-neptunegraph/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 | 
#time_elapsed_seconds ⇒ Integer
Seconds elapsed since the import task started.
| 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 | # File 'gems/aws-sdk-neptunegraph/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 |