Class: Aws::Types::ImportTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImportTaskDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dictionary_entry_count ⇒ ::Integer
Returns the value of attribute dictionary_entry_count.
-
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
-
#error_details ⇒ ::String
Returns the value of attribute error_details.
-
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#statement_count ⇒ ::Integer
Returns the value of attribute statement_count.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#time_elapsed_seconds ⇒ ::Integer
Returns the value of attribute time_elapsed_seconds.
Instance Attribute Details
#dictionary_entry_count ⇒ ::Integer
Returns the value of attribute dictionary_entry_count.
460 461 462 |
# File 'sig/types.rbs', line 460 def dictionary_entry_count @dictionary_entry_count end |
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
457 458 459 |
# File 'sig/types.rbs', line 457 def error_count @error_count end |
#error_details ⇒ ::String
Returns the value of attribute error_details.
458 459 460 |
# File 'sig/types.rbs', line 458 def error_details @error_details end |
#progress_percentage ⇒ ::Integer
Returns the value of attribute progress_percentage.
456 457 458 |
# File 'sig/types.rbs', line 456 def progress_percentage @progress_percentage end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
454 455 456 |
# File 'sig/types.rbs', line 454 def start_time @start_time end |
#statement_count ⇒ ::Integer
Returns the value of attribute statement_count.
459 460 461 |
# File 'sig/types.rbs', line 459 def statement_count @statement_count end |
#status ⇒ ::String
Returns the value of attribute status.
453 454 455 |
# File 'sig/types.rbs', line 453 def status @status end |
#time_elapsed_seconds ⇒ ::Integer
Returns the value of attribute time_elapsed_seconds.
455 456 457 |
# File 'sig/types.rbs', line 455 def time_elapsed_seconds @time_elapsed_seconds end |