Class: Aws::Types::Task
- Inherits:
-
Object
- Object
- Aws::Types::Task
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#progress_percent ⇒ ::Integer
Returns the value of attribute progress_percent.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
Instance Attribute Details
#progress_percent ⇒ ::Integer
Returns the value of attribute progress_percent.
362 363 364 |
# File 'sig/types.rbs', line 362 def progress_percent @progress_percent end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
360 361 362 |
# File 'sig/types.rbs', line 360 def status @status end |
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
361 362 363 |
# File 'sig/types.rbs', line 361 def status_detail @status_detail end |