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.
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.
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.
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.
676 677 678 |
# File 'sig/types.rbs', line 676 def total_resources_generated @total_resources_generated end |