Skip to content

/AWS1/CL_AANINTERNALACCRESTY00

Contains information about the total number of active, archived, and resolved findings for a resource type of an internal access analyzer.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_totalactivefindings TYPE /AWS1/AANINTEGER /AWS1/AANINTEGER

The total number of active findings for the resource type in the internal access analyzer.

iv_totalresolvedfindings TYPE /AWS1/AANINTEGER /AWS1/AANINTEGER

The total number of resolved findings for the resource type in the internal access analyzer.

iv_totalarchivedfindings TYPE /AWS1/AANINTEGER /AWS1/AANINTEGER

The total number of archived findings for the resource type in the internal access analyzer.


Queryable Attributes

totalActiveFindings

The total number of active findings for the resource type in the internal access analyzer.

Accessible with the following methods

Method Description
GET_TOTALACTIVEFINDINGS() Getter for TOTALACTIVEFINDINGS, with configurable default
ASK_TOTALACTIVEFINDINGS() Getter for TOTALACTIVEFINDINGS w/ exceptions if field has no
HAS_TOTALACTIVEFINDINGS() Determine if TOTALACTIVEFINDINGS has a value

totalResolvedFindings

The total number of resolved findings for the resource type in the internal access analyzer.

Accessible with the following methods

Method Description
GET_TOTALRESOLVEDFINDINGS() Getter for TOTALRESOLVEDFINDINGS, with configurable default
ASK_TOTALRESOLVEDFINDINGS() Getter for TOTALRESOLVEDFINDINGS w/ exceptions if field has
HAS_TOTALRESOLVEDFINDINGS() Determine if TOTALRESOLVEDFINDINGS has a value

totalArchivedFindings

The total number of archived findings for the resource type in the internal access analyzer.

Accessible with the following methods

Method Description
GET_TOTALARCHIVEDFINDINGS() Getter for TOTALARCHIVEDFINDINGS, with configurable default
ASK_TOTALARCHIVEDFINDINGS() Getter for TOTALARCHIVEDFINDINGS w/ exceptions if field has
HAS_TOTALARCHIVEDFINDINGS() Determine if TOTALARCHIVEDFINDINGS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TS_INTERNALACCRESTYPE00_MAPROW

TYPES: BEGIN OF TS_INTERNALACCRESTYPE00_MAPROW,
  key TYPE /AWS1/AANRESOURCETYPE,
  value TYPE REF TO /AWS1/CL_AANINTERNALACCRESTY00,
END OF TS_INTERNALACCRESTYPE00_MAPROW.

TT_INTERNALACCRESTYPESTATSMAP

TYPES TT_INTERNALACCRESTYPESTATSMAP TYPE HASHED TABLE OF /AWS1/CL_AANINTERNALACCRESTY00=>TS_INTERNALACCRESTYPE00_MAPROW WITH UNIQUE KEY key
.