/AWS1/CL_SHBFNDGHISTORYUPDATE¶
An array of objects that provides details about a change to a finding, including the Amazon Web Services Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the field after the change.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_updatedfield TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The ASFF field that changed during the finding change event.
iv_oldvalue TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The value of the ASFF field before the finding change event.
iv_newvalue TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The value of the ASFF field after the finding change event. To preserve storage and readability, Security Hub omits this value if
FindingHistoryRecordexceeds database limits.
Queryable Attributes¶
UpdatedField¶
The ASFF field that changed during the finding change event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDFIELD() |
Getter for UPDATEDFIELD, with configurable default |
ASK_UPDATEDFIELD() |
Getter for UPDATEDFIELD w/ exceptions if field has no value |
HAS_UPDATEDFIELD() |
Determine if UPDATEDFIELD has a value |
OldValue¶
The value of the ASFF field before the finding change event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OLDVALUE() |
Getter for OLDVALUE, with configurable default |
ASK_OLDVALUE() |
Getter for OLDVALUE w/ exceptions if field has no value |
HAS_OLDVALUE() |
Determine if OLDVALUE has a value |
NewValue¶
The value of the ASFF field after the finding change event. To preserve storage and readability, Security Hub omits this value if
FindingHistoryRecordexceeds database limits.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWVALUE() |
Getter for NEWVALUE, with configurable default |
ASK_NEWVALUE() |
Getter for NEWVALUE w/ exceptions if field has no value |
HAS_NEWVALUE() |
Determine if NEWVALUE 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_FINDINGHISTORYUPDATESLIST¶
TYPES TT_FINDINGHISTORYUPDATESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBFNDGHISTORYUPDATE WITH DEFAULT KEY
.