/AWS1/CL_IN2SUGGESTEDFIX¶
A suggested fix for a vulnerability in your Lambda function code.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_description
TYPE /AWS1/IN2STRING
/AWS1/IN2STRING
¶
The fix's description.
iv_code
TYPE /AWS1/IN2STRING
/AWS1/IN2STRING
¶
The fix's code.
Queryable Attributes¶
description¶
The fix's description.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
code¶
The fix's code.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SUGGESTEDFIXES
¶
TYPES TT_SUGGESTEDFIXES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2SUGGESTEDFIX WITH DEFAULT KEY
.