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.
461 462 463 |
# File 'sig/types.rbs', line 461 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
462 463 464 |
# File 'sig/types.rbs', line 462 def status_reason @status_reason end |
#task_details ⇒ ::Array[Types::CodeRemediationTaskDetails]
Returns the value of attribute task_details.
463 464 465 |
# File 'sig/types.rbs', line 463 def task_details @task_details end |