Class: Aws::Types::MetadataTransferJobProgress
- Inherits:
-
Object
- Object
- Aws::Types::MetadataTransferJobProgress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_count ⇒ ::Integer
Returns the value of attribute failed_count.
-
#skipped_count ⇒ ::Integer
Returns the value of attribute skipped_count.
-
#succeeded_count ⇒ ::Integer
Returns the value of attribute succeeded_count.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#failed_count ⇒ ::Integer
Returns the value of attribute failed_count.
886 887 888 |
# File 'sig/types.rbs', line 886 def failed_count @failed_count end |
#skipped_count ⇒ ::Integer
Returns the value of attribute skipped_count.
885 886 887 |
# File 'sig/types.rbs', line 885 def skipped_count @skipped_count end |
#succeeded_count ⇒ ::Integer
Returns the value of attribute succeeded_count.
884 885 886 |
# File 'sig/types.rbs', line 884 def succeeded_count @succeeded_count end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
883 884 885 |
# File 'sig/types.rbs', line 883 def total_count @total_count end |