/AWS1/CL_SSMRESRCCPLNCSUMMITEM¶
Compliance summary information for a specific resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_compliancetype TYPE /AWS1/SSMCOMPLIANCETYPENAME /AWS1/SSMCOMPLIANCETYPENAME¶
The compliance type.
iv_resourcetype TYPE /AWS1/SSMCPLNCRESOURCETYPE /AWS1/SSMCPLNCRESOURCETYPE¶
The resource type.
iv_resourceid TYPE /AWS1/SSMCOMPLIANCERESOURCEID /AWS1/SSMCOMPLIANCERESOURCEID¶
The resource ID.
iv_status TYPE /AWS1/SSMCOMPLIANCESTATUS /AWS1/SSMCOMPLIANCESTATUS¶
The compliance status for the resource.
iv_overallseverity TYPE /AWS1/SSMCOMPLIANCESEVERITY /AWS1/SSMCOMPLIANCESEVERITY¶
The highest severity item found for the resource. The resource is compliant for this item.
io_executionsummary TYPE REF TO /AWS1/CL_SSMCPLNCEXECSUMMARY /AWS1/CL_SSMCPLNCEXECSUMMARY¶
Information about the execution.
io_compliantsummary TYPE REF TO /AWS1/CL_SSMCOMPLIANTSUMMARY /AWS1/CL_SSMCOMPLIANTSUMMARY¶
A list of items that are compliant for the resource.
io_noncompliantsummary TYPE REF TO /AWS1/CL_SSMNONCOMPSUMMARY /AWS1/CL_SSMNONCOMPSUMMARY¶
A list of items that aren't compliant for the resource.
Queryable Attributes¶
ComplianceType¶
The compliance type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLIANCETYPE() |
Getter for COMPLIANCETYPE, with configurable default |
ASK_COMPLIANCETYPE() |
Getter for COMPLIANCETYPE w/ exceptions if field has no valu |
HAS_COMPLIANCETYPE() |
Determine if COMPLIANCETYPE has a value |
ResourceType¶
The resource type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
ResourceId¶
The resource ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
Status¶
The compliance status for the resource.
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 |
OverallSeverity¶
The highest severity item found for the resource. The resource is compliant for this item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OVERALLSEVERITY() |
Getter for OVERALLSEVERITY, with configurable default |
ASK_OVERALLSEVERITY() |
Getter for OVERALLSEVERITY w/ exceptions if field has no val |
HAS_OVERALLSEVERITY() |
Determine if OVERALLSEVERITY has a value |
ExecutionSummary¶
Information about the execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONSUMMARY() |
Getter for EXECUTIONSUMMARY |
CompliantSummary¶
A list of items that are compliant for the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLIANTSUMMARY() |
Getter for COMPLIANTSUMMARY |
NonCompliantSummary¶
A list of items that aren't compliant for the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NONCOMPLIANTSUMMARY() |
Getter for NONCOMPLIANTSUMMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCECPLNCSUMMITEMLIST¶
TYPES TT_RESOURCECPLNCSUMMITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMRESRCCPLNCSUMMITEM WITH DEFAULT KEY
.