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.
337 338 339 |
# File 'sig/types.rbs', line 337 def throughput @throughput end |
#total_files_converted ⇒ ::Integer
Returns the value of attribute total_files_converted.
338 339 340 |
# File 'sig/types.rbs', line 338 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.
329 330 331 |
# File 'sig/types.rbs', line 329 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.
325 326 327 |
# File 'sig/types.rbs', line 325 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.
332 333 334 |
# File 'sig/types.rbs', line 332 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.
336 337 338 |
# File 'sig/types.rbs', line 336 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.
334 335 336 |
# File 'sig/types.rbs', line 334 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.
333 334 335 |
# File 'sig/types.rbs', line 333 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.
335 336 337 |
# File 'sig/types.rbs', line 335 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.
327 328 329 |
# File 'sig/types.rbs', line 327 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.
326 327 328 |
# File 'sig/types.rbs', line 326 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.
328 329 330 |
# File 'sig/types.rbs', line 328 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.
323 324 325 |
# File 'sig/types.rbs', line 323 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.
330 331 332 |
# File 'sig/types.rbs', line 330 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.
339 340 341 |
# File 'sig/types.rbs', line 339 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.
324 325 326 |
# File 'sig/types.rbs', line 324 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.
331 332 333 |
# File 'sig/types.rbs', line 331 def total_size_of_scanned_non_fhir_files_in_mb @total_size_of_scanned_non_fhir_files_in_mb end |