Class: Aws::Types::JobProgressReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#throughput ⇒ ::Float

Returns the value of attribute throughput.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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