Class: Aws::Types::Progress
- Inherits:
-
Object
- Object
- Aws::Types::Progress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#processed_object ⇒ Types::ProcessedObject
Returns the value of attribute processed_object.
-
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
-
#progress_step ⇒ ::String
Returns the value of attribute progress_step.
-
#total_objects ⇒ ::Integer
Returns the value of attribute total_objects.
Instance Attribute Details
#processed_object ⇒ Types::ProcessedObject
Returns the value of attribute processed_object.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def processed_object @processed_object end |
#progress_percent ⇒ ::Float
Returns the value of attribute progress_percent.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def progress_percent @progress_percent end |
#progress_step ⇒ ::String
Returns the value of attribute progress_step.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def progress_step @progress_step end |
#total_objects ⇒ ::Integer
Returns the value of attribute total_objects.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def total_objects @total_objects end |