/AWS1/CL_IN2CISSCANRESULTDETS¶
The CIS scan result details.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_scanarn TYPE /AWS1/IN2CISSCANARN /AWS1/IN2CISSCANARN¶
The CIS scan result details' scan ARN.
Optional arguments:¶
iv_accountid TYPE /AWS1/IN2ACCOUNTID /AWS1/IN2ACCOUNTID¶
The CIS scan result details' account ID.
iv_targetresourceid TYPE /AWS1/IN2RESOURCEID /AWS1/IN2RESOURCEID¶
The CIS scan result details' target resource ID.
iv_platform TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The CIS scan result details' platform.
iv_status TYPE /AWS1/IN2CISFINDINGSTATUS /AWS1/IN2CISFINDINGSTATUS¶
The CIS scan result details' status.
iv_statusreason TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The CIS scan result details' status reason.
iv_checkid TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The CIS scan result details' check ID.
iv_title TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The CIS scan result details' title.
iv_checkdescription TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The account ID that's associated with the CIS scan result details.
iv_remediation TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The CIS scan result details' remediation.
iv_level TYPE /AWS1/IN2CISSECURITYLEVEL /AWS1/IN2CISSECURITYLEVEL¶
The CIS scan result details' level.
iv_findingarn TYPE /AWS1/IN2CISFINDINGARN /AWS1/IN2CISFINDINGARN¶
The CIS scan result details' finding ARN.
Queryable Attributes¶
scanArn¶
The CIS scan result details' scan ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANARN() |
Getter for SCANARN, with configurable default |
ASK_SCANARN() |
Getter for SCANARN w/ exceptions if field has no value |
HAS_SCANARN() |
Determine if SCANARN has a value |
accountId¶
The CIS scan result details' account ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
targetResourceId¶
The CIS scan result details' target resource ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETRESOURCEID() |
Getter for TARGETRESOURCEID, with configurable default |
ASK_TARGETRESOURCEID() |
Getter for TARGETRESOURCEID w/ exceptions if field has no va |
HAS_TARGETRESOURCEID() |
Determine if TARGETRESOURCEID has a value |
platform¶
The CIS scan result details' platform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORM() |
Getter for PLATFORM, with configurable default |
ASK_PLATFORM() |
Getter for PLATFORM w/ exceptions if field has no value |
HAS_PLATFORM() |
Determine if PLATFORM has a value |
status¶
The CIS scan result details' status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusReason¶
The CIS scan result details' status reason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
checkId¶
The CIS scan result details' check ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHECKID() |
Getter for CHECKID, with configurable default |
ASK_CHECKID() |
Getter for CHECKID w/ exceptions if field has no value |
HAS_CHECKID() |
Determine if CHECKID has a value |
title¶
The CIS scan result details' title.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
checkDescription¶
The account ID that's associated with the CIS scan result details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHECKDESCRIPTION() |
Getter for CHECKDESCRIPTION, with configurable default |
ASK_CHECKDESCRIPTION() |
Getter for CHECKDESCRIPTION w/ exceptions if field has no va |
HAS_CHECKDESCRIPTION() |
Determine if CHECKDESCRIPTION has a value |
remediation¶
The CIS scan result details' remediation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMEDIATION() |
Getter for REMEDIATION, with configurable default |
ASK_REMEDIATION() |
Getter for REMEDIATION w/ exceptions if field has no value |
HAS_REMEDIATION() |
Determine if REMEDIATION has a value |
level¶
The CIS scan result details' level.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEVEL() |
Getter for LEVEL, with configurable default |
ASK_LEVEL() |
Getter for LEVEL w/ exceptions if field has no value |
HAS_LEVEL() |
Determine if LEVEL has a value |
findingArn¶
The CIS scan result details' finding ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGARN() |
Getter for FINDINGARN, with configurable default |
ASK_FINDINGARN() |
Getter for FINDINGARN w/ exceptions if field has no value |
HAS_FINDINGARN() |
Determine if FINDINGARN 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_CISSCANRESULTDETAILSLIST¶
TYPES TT_CISSCANRESULTDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2CISSCANRESULTDETS WITH DEFAULT KEY
.