/AWS1/CL_GUSREMEDIATION¶
Information about how to remediate a finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_recommendation TYPE REF TO /AWS1/CL_GUSRECOMMENDATION /AWS1/CL_GUSRECOMMENDATION¶
An object that contains information about the recommended course of action to remediate a finding.
it_suggestedfixes TYPE /AWS1/CL_GUSSUGGESTEDFIX=>TT_SUGGESTEDFIXES TT_SUGGESTEDFIXES¶
A list of
SuggestedFixobjects. Each object contains information about a suggested code fix to remediate the finding.
Queryable Attributes¶
recommendation¶
An object that contains information about the recommended course of action to remediate a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATION() |
Getter for RECOMMENDATION |
suggestedFixes¶
A list of
SuggestedFixobjects. Each object contains information about a suggested code fix to remediate the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUGGESTEDFIXES() |
Getter for SUGGESTEDFIXES, with configurable default |
ASK_SUGGESTEDFIXES() |
Getter for SUGGESTEDFIXES w/ exceptions if field has no valu |
HAS_SUGGESTEDFIXES() |
Determine if SUGGESTEDFIXES has a value |