Class: Aws::Types::JobProgressReport
- Inherits:
-
Object
- Object
- Aws::Types::JobProgressReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#throughput ⇒ ::Float
Returns the value of attribute throughput.
-
#total_files_converted ⇒ ::Integer
Returns the value of attribute total_files_converted.
-
#total_number_of_files_read_with_customer_error ⇒ ::Integer
Returns the value of attribute total_number_of_files_read_with_customer_error.
-
#total_number_of_imported_files ⇒ ::Integer
Returns the value of attribute total_number_of_imported_files.
-
#total_number_of_imported_non_fhir_files ⇒ ::Integer
Returns the value of attribute total_number_of_imported_non_fhir_files.
-
#total_number_of_non_fhir_files_read_with_customer_error ⇒ ::Integer
Returns the value of attribute total_number_of_non_fhir_files_read_with_customer_error.
-
#total_number_of_non_fhir_resources_imported ⇒ ::Integer
Returns the value of attribute total_number_of_non_fhir_resources_imported.
-
#total_number_of_non_fhir_resources_scanned ⇒ ::Integer
Returns the value of attribute total_number_of_non_fhir_resources_scanned.
-
#total_number_of_non_fhir_resources_with_customer_error ⇒ ::Integer
Returns the value of attribute total_number_of_non_fhir_resources_with_customer_error.
-
#total_number_of_resources_imported ⇒ ::Integer
Returns the value of attribute total_number_of_resources_imported.
-
#total_number_of_resources_scanned ⇒ ::Integer
Returns the value of attribute total_number_of_resources_scanned.
-
#total_number_of_resources_with_customer_error ⇒ ::Integer
Returns the value of attribute total_number_of_resources_with_customer_error.
-
#total_number_of_scanned_files ⇒ ::Integer
Returns the value of attribute total_number_of_scanned_files.
-
#total_number_of_scanned_non_fhir_files ⇒ ::Integer
Returns the value of attribute total_number_of_scanned_non_fhir_files.
-
#total_resources_generated ⇒ ::Integer
Returns the value of attribute total_resources_generated.
-
#total_size_of_scanned_files_in_mb ⇒ ::Float
Returns the value of attribute total_size_of_scanned_files_in_mb.
-
#total_size_of_scanned_non_fhir_files_in_mb ⇒ ::Float
Returns the value of attribute total_size_of_scanned_non_fhir_files_in_mb.
Instance Attribute Details
#throughput ⇒ ::Float
Returns the value of attribute throughput.
361 362 363 |
# File 'sig/types.rbs', line 361 def throughput @throughput end |
#total_files_converted ⇒ ::Integer
Returns the value of attribute total_files_converted.
362 363 364 |
# File 'sig/types.rbs', line 362 def total_files_converted @total_files_converted end |
#total_number_of_files_read_with_customer_error ⇒ ::Integer
Returns the value of attribute total_number_of_files_read_with_customer_error.
353 354 355 |
# File 'sig/types.rbs', line 353 def total_number_of_files_read_with_customer_error @total_number_of_files_read_with_customer_error end |
#total_number_of_imported_files ⇒ ::Integer
Returns the value of attribute total_number_of_imported_files.
349 350 351 |
# File 'sig/types.rbs', line 349 def total_number_of_imported_files @total_number_of_imported_files end |
#total_number_of_imported_non_fhir_files ⇒ ::Integer
Returns the value of attribute total_number_of_imported_non_fhir_files.
356 357 358 |
# File 'sig/types.rbs', line 356 def total_number_of_imported_non_fhir_files @total_number_of_imported_non_fhir_files end |
#total_number_of_non_fhir_files_read_with_customer_error ⇒ ::Integer
Returns the value of attribute total_number_of_non_fhir_files_read_with_customer_error.
360 361 362 |
# File 'sig/types.rbs', line 360 def total_number_of_non_fhir_files_read_with_customer_error @total_number_of_non_fhir_files_read_with_customer_error end |
#total_number_of_non_fhir_resources_imported ⇒ ::Integer
Returns the value of attribute total_number_of_non_fhir_resources_imported.
358 359 360 |
# File 'sig/types.rbs', line 358 def total_number_of_non_fhir_resources_imported @total_number_of_non_fhir_resources_imported end |
#total_number_of_non_fhir_resources_scanned ⇒ ::Integer
Returns the value of attribute total_number_of_non_fhir_resources_scanned.
357 358 359 |
# File 'sig/types.rbs', line 357 def total_number_of_non_fhir_resources_scanned @total_number_of_non_fhir_resources_scanned end |
#total_number_of_non_fhir_resources_with_customer_error ⇒ ::Integer
Returns the value of attribute total_number_of_non_fhir_resources_with_customer_error.
359 360 361 |
# File 'sig/types.rbs', line 359 def total_number_of_non_fhir_resources_with_customer_error @total_number_of_non_fhir_resources_with_customer_error end |
#total_number_of_resources_imported ⇒ ::Integer
Returns the value of attribute total_number_of_resources_imported.
351 352 353 |
# File 'sig/types.rbs', line 351 def total_number_of_resources_imported @total_number_of_resources_imported end |
#total_number_of_resources_scanned ⇒ ::Integer
Returns the value of attribute total_number_of_resources_scanned.
350 351 352 |
# File 'sig/types.rbs', line 350 def total_number_of_resources_scanned @total_number_of_resources_scanned end |
#total_number_of_resources_with_customer_error ⇒ ::Integer
Returns the value of attribute total_number_of_resources_with_customer_error.
352 353 354 |
# File 'sig/types.rbs', line 352 def total_number_of_resources_with_customer_error @total_number_of_resources_with_customer_error end |
#total_number_of_scanned_files ⇒ ::Integer
Returns the value of attribute total_number_of_scanned_files.
347 348 349 |
# File 'sig/types.rbs', line 347 def total_number_of_scanned_files @total_number_of_scanned_files end |
#total_number_of_scanned_non_fhir_files ⇒ ::Integer
Returns the value of attribute total_number_of_scanned_non_fhir_files.
354 355 356 |
# File 'sig/types.rbs', line 354 def total_number_of_scanned_non_fhir_files @total_number_of_scanned_non_fhir_files end |
#total_resources_generated ⇒ ::Integer
Returns the value of attribute total_resources_generated.
363 364 365 |
# File 'sig/types.rbs', line 363 def total_resources_generated @total_resources_generated end |
#total_size_of_scanned_files_in_mb ⇒ ::Float
Returns the value of attribute total_size_of_scanned_files_in_mb.
348 349 350 |
# File 'sig/types.rbs', line 348 def total_size_of_scanned_files_in_mb @total_size_of_scanned_files_in_mb end |
#total_size_of_scanned_non_fhir_files_in_mb ⇒ ::Float
Returns the value of attribute total_size_of_scanned_non_fhir_files_in_mb.
355 356 357 |
# File 'sig/types.rbs', line 355 def total_size_of_scanned_non_fhir_files_in_mb @total_size_of_scanned_non_fhir_files_in_mb end |