/AWS1/CL_SSMVALIDATIONFINDING¶
A validation finding from a cloud connector validation check.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/SSMVALIDATIONFINDINGTYPE /AWS1/SSMVALIDATIONFINDINGTYPE¶
The type of the validation finding.
iv_code TYPE /AWS1/SSMVALIDATIONFINDINGCODE /AWS1/SSMVALIDATIONFINDINGCODE¶
A code that identifies the specific validation finding.
iv_message TYPE /AWS1/SSMSTRING /AWS1/SSMSTRING¶
A message that describes the validation finding.
iv_providermessage TYPE /AWS1/SSMSTRING /AWS1/SSMSTRING¶
A message from the third-party cloud provider related to the validation finding.
io_scope TYPE REF TO /AWS1/CL_SSMVLDTNFINDINGSCOPE /AWS1/CL_SSMVLDTNFINDINGSCOPE¶
The scope of the validation finding, identifying the specific resource affected.
Queryable Attributes¶
Type¶
The type of the validation finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Code¶
A code that identifies the specific validation finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Message¶
A message that describes the validation finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
ProviderMessage¶
A message from the third-party cloud provider related to the validation finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERMESSAGE() |
Getter for PROVIDERMESSAGE, with configurable default |
ASK_PROVIDERMESSAGE() |
Getter for PROVIDERMESSAGE w/ exceptions if field has no val |
HAS_PROVIDERMESSAGE() |
Determine if PROVIDERMESSAGE has a value |
Scope¶
The scope of the validation finding, identifying the specific resource affected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPE() |
Getter for SCOPE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_VALIDATIONFINDINGLIST¶
TYPES TT_VALIDATIONFINDINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMVALIDATIONFINDING WITH DEFAULT KEY
.