Class: Aws::Types::ExportTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExportTaskDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#num_edges_written ⇒ ::Integer
Returns the value of attribute num_edges_written.
-
#num_vertices_written ⇒ ::Integer
Returns the value of attribute num_vertices_written.
-
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#time_elapsed_seconds ⇒ ::Integer
Returns the value of attribute time_elapsed_seconds.
Instance Attribute Details
#num_edges_written ⇒ ::Integer
Returns the value of attribute num_edges_written.
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.
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.
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.
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.
256 257 258 |
# File 'sig/types.rbs', line 256 def time_elapsed_seconds @time_elapsed_seconds end |