Class: Aws::Types::UploadProgress
- Inherits:
-
Object
- Object
- Aws::Types::UploadProgress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_parts_count ⇒ ::Integer
Returns the value of attribute completed_parts_count.
-
#total_parts ⇒ ::Integer
Returns the value of attribute total_parts.
Instance Attribute Details
#completed_parts_count ⇒ ::Integer
Returns the value of attribute completed_parts_count.
509 510 511 |
# File 'sig/types.rbs', line 509 def completed_parts_count @completed_parts_count end |
#total_parts ⇒ ::Integer
Returns the value of attribute total_parts.
508 509 510 |
# File 'sig/types.rbs', line 508 def total_parts @total_parts end |