Class: Aws::Types::TransformationJobProgressReport
- Inherits:
-
Object
- Object
- Aws::Types::TransformationJobProgressReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total_files_converted ⇒ ::Integer
Returns the value of attribute total_files_converted.
-
#total_files_failed ⇒ ::Integer
Returns the value of attribute total_files_failed.
-
#total_files_scanned ⇒ ::Integer
Returns the value of attribute total_files_scanned.
-
#total_resources_generated ⇒ ::Integer
Returns the value of attribute total_resources_generated.
Instance Attribute Details
#total_files_converted ⇒ ::Integer
Returns the value of attribute total_files_converted.
617 618 619 |
# File 'sig/types.rbs', line 617 def total_files_converted @total_files_converted end |
#total_files_failed ⇒ ::Integer
Returns the value of attribute total_files_failed.
618 619 620 |
# File 'sig/types.rbs', line 618 def total_files_failed @total_files_failed end |
#total_files_scanned ⇒ ::Integer
Returns the value of attribute total_files_scanned.
616 617 618 |
# File 'sig/types.rbs', line 616 def total_files_scanned @total_files_scanned end |
#total_resources_generated ⇒ ::Integer
Returns the value of attribute total_resources_generated.
619 620 621 |
# File 'sig/types.rbs', line 619 def total_resources_generated @total_resources_generated end |