/AWS1/CL_AANFINDINGSSTATISTICS¶
Contains information about the aggregate statistics for an external or unused access analyzer. Only one parameter can be used in a FindingsStatistics
object.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_externalaccessfndgsstats
TYPE REF TO /AWS1/CL_AANEXTERNALACCFNDSS00
/AWS1/CL_AANEXTERNALACCFNDSS00
¶
The aggregate statistics for an external access analyzer.
io_internalaccessfndgsstats
TYPE REF TO /AWS1/CL_AANINTERNALACCFNDSS00
/AWS1/CL_AANINTERNALACCFNDSS00
¶
The aggregate statistics for an internal access analyzer. This includes information about active, archived, and resolved findings related to internal access within your Amazon Web Services organization or account.
io_unusedaccessfindingsstats
TYPE REF TO /AWS1/CL_AANUNUSEDACCFNDSSTATS
/AWS1/CL_AANUNUSEDACCFNDSSTATS
¶
The aggregate statistics for an unused access analyzer.
Queryable Attributes¶
externalAccessFindingsStatistics¶
The aggregate statistics for an external access analyzer.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXTERNALACCESSFNDGSSTATS() |
Getter for EXTERNALACCESSFINDINGSSTATS |
internalAccessFindingsStatistics¶
The aggregate statistics for an internal access analyzer. This includes information about active, archived, and resolved findings related to internal access within your Amazon Web Services organization or account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INTERNALACCESSFNDGSSTATS() |
Getter for INTERNALACCESSFINDINGSSTATS |
unusedAccessFindingsStatistics¶
The aggregate statistics for an unused access analyzer.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UNUSEDACCESSFNDGSSTATS() |
Getter for UNUSEDACCESSFINDINGSSTATS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FINDINGSSTATISTICSLIST
¶
TYPES TT_FINDINGSSTATISTICSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AANFINDINGSSTATISTICS WITH DEFAULT KEY
.