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.
443 444 445 |
# File 'sig/types.rbs', line 443 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
444 445 446 |
# File 'sig/types.rbs', line 444 def status_reason @status_reason end |
#task_details ⇒ ::Array[Types::CodeRemediationTaskDetails]
Returns the value of attribute task_details.
445 446 447 |
# File 'sig/types.rbs', line 445 def task_details @task_details end |