Class: Aws::Types::ExportTaskDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#num_edges_written::Integer

Returns the value of attribute num_edges_written.

Returns:

  • (::Integer)


259
260
261
# File 'sig/types.rbs', line 259

def num_edges_written
  @num_edges_written
end

#num_vertices_written::Integer

Returns the value of attribute num_vertices_written.

Returns:

  • (::Integer)


258
259
260
# File 'sig/types.rbs', line 258

def num_vertices_written
  @num_vertices_written
end

#progress_percentage::Integer

Returns the value of attribute progress_percentage.

Returns:

  • (::Integer)


257
258
259
# File 'sig/types.rbs', line 257

def progress_percentage
  @progress_percentage
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


255
256
257
# File 'sig/types.rbs', line 255

def start_time
  @start_time
end

#time_elapsed_seconds::Integer

Returns the value of attribute time_elapsed_seconds.

Returns:

  • (::Integer)


256
257
258
# File 'sig/types.rbs', line 256

def time_elapsed_seconds
  @time_elapsed_seconds
end