Class: Aws::Types::CodeRemediationTask
- Inherits:
-
Object
- Object
- Aws::Types::CodeRemediationTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#task_details ⇒ ::Array[Types::CodeRemediationTaskDetails]
Returns the value of attribute task_details.
Instance Attribute Details
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
441 442 443 |
# File 'sig/types.rbs', line 441 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
442 443 444 |
# File 'sig/types.rbs', line 442 def status_reason @status_reason end |
#task_details ⇒ ::Array[Types::CodeRemediationTaskDetails]
Returns the value of attribute task_details.
443 444 445 |
# File 'sig/types.rbs', line 443 def task_details @task_details end |