Class: Aws::Types::TransformationJobProgressReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#total_files_converted ⇒ ::Integer

Returns the value of attribute total_files_converted.

Returns:

  • (::Integer)


674
675
676
# File 'sig/types.rbs', line 674

def total_files_converted
  @total_files_converted
end

#total_files_failed ⇒ ::Integer

Returns the value of attribute total_files_failed.

Returns:

  • (::Integer)


675
676
677
# File 'sig/types.rbs', line 675

def total_files_failed
  @total_files_failed
end

#total_files_scanned ⇒ ::Integer

Returns the value of attribute total_files_scanned.

Returns:

  • (::Integer)


673
674
675
# File 'sig/types.rbs', line 673

def total_files_scanned
  @total_files_scanned
end

#total_resources_generated ⇒ ::Integer

Returns the value of attribute total_resources_generated.

Returns:

  • (::Integer)


676
677
678
# File 'sig/types.rbs', line 676

def total_resources_generated
  @total_resources_generated
end