Skip to content

/AWS1/CL_AUMCTLINSIGHTSMETITEM

A summary of the latest analytics data for a specific control.

This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/AUMSTRING /AWS1/AUMSTRING

The name of the control.

iv_id TYPE /AWS1/AUMCONTROLDOMAINID /AWS1/AUMCONTROLDOMAINID

The unique identifier for the control.

io_evidenceinsights TYPE REF TO /AWS1/CL_AUMEVIDENCEINSIGHTS /AWS1/CL_AUMEVIDENCEINSIGHTS

A breakdown of the compliance check status for the evidence that’s associated with the control.

iv_lastupdated TYPE /AWS1/AUMTIMESTAMP /AWS1/AUMTIMESTAMP

The time when the control insights were last updated.


Queryable Attributes

name

The name of the control.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

id

The unique identifier for the control.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

evidenceInsights

A breakdown of the compliance check status for the evidence that’s associated with the control.

Accessible with the following methods

Method Description
GET_EVIDENCEINSIGHTS() Getter for EVIDENCEINSIGHTS

lastUpdated

The time when the control insights were last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATED() Getter for LASTUPDATED, with configurable default
ASK_LASTUPDATED() Getter for LASTUPDATED w/ exceptions if field has no value
HAS_LASTUPDATED() Determine if LASTUPDATED 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_CONTROLINSIGHTSMETADATA

TYPES TT_CONTROLINSIGHTSMETADATA TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMCTLINSIGHTSMETITEM WITH DEFAULT KEY
.