/AWS1/CL_TADRECFORRESUMMARY¶
Summary of a Recommendation for a specific AWS Resource
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_checkarn TYPE /AWS1/TADCHECKARN /AWS1/TADCHECKARN¶
The Check ARN
iv_recommendationarn TYPE /AWS1/TADACCTRECOMMENDATIONARN /AWS1/TADACCTRECOMMENDATIONARN¶
The Recommendation ARN
iv_awsresourcearn TYPE /AWS1/TADAWSRESOURCEARN /AWS1/TADAWSRESOURCEARN¶
The AWS Resource ARN
iv_status TYPE /AWS1/TADRESOURCESTATUS /AWS1/TADRESOURCESTATUS¶
The current status of the recommendation
iv_lastupdatedat TYPE /AWS1/TADTIMESTAMP /AWS1/TADTIMESTAMP¶
When the recommendation was last updated
iv_exclusionstatus TYPE /AWS1/TADEXCLUSIONSTATUS /AWS1/TADEXCLUSIONSTATUS¶
The exclusion status of the recommendation
it_metadata TYPE /AWS1/CL_TADSTRINGMAP_W=>TT_STRINGMAP TT_STRINGMAP¶
Metadata associated with the recommendation
it_pillars TYPE /AWS1/CL_TADRECOMMENDATIONPI00=>TT_RECOMMENDATIONPILLARLIST TT_RECOMMENDATIONPILLARLIST¶
The Pillars that the Recommendation is optimizing
Queryable Attributes¶
checkArn¶
The Check ARN
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHECKARN() |
Getter for CHECKARN, with configurable default |
ASK_CHECKARN() |
Getter for CHECKARN w/ exceptions if field has no value |
HAS_CHECKARN() |
Determine if CHECKARN has a value |
recommendationArn¶
The Recommendation ARN
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONARN() |
Getter for RECOMMENDATIONARN, with configurable default |
ASK_RECOMMENDATIONARN() |
Getter for RECOMMENDATIONARN w/ exceptions if field has no v |
HAS_RECOMMENDATIONARN() |
Determine if RECOMMENDATIONARN has a value |
awsResourceArn¶
The AWS Resource ARN
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSRESOURCEARN() |
Getter for AWSRESOURCEARN, with configurable default |
ASK_AWSRESOURCEARN() |
Getter for AWSRESOURCEARN w/ exceptions if field has no valu |
HAS_AWSRESOURCEARN() |
Determine if AWSRESOURCEARN has a value |
status¶
The current status of the recommendation
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 |
lastUpdatedAt¶
When the recommendation was last updated
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
exclusionStatus¶
The exclusion status of the recommendation
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUSIONSTATUS() |
Getter for EXCLUSIONSTATUS, with configurable default |
ASK_EXCLUSIONSTATUS() |
Getter for EXCLUSIONSTATUS w/ exceptions if field has no val |
HAS_EXCLUSIONSTATUS() |
Determine if EXCLUSIONSTATUS has a value |
metadata¶
Metadata associated with the recommendation
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA, with configurable default |
ASK_METADATA() |
Getter for METADATA w/ exceptions if field has no value |
HAS_METADATA() |
Determine if METADATA has a value |
pillars¶
The Pillars that the Recommendation is optimizing
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PILLARS() |
Getter for PILLARS, with configurable default |
ASK_PILLARS() |
Getter for PILLARS w/ exceptions if field has no value |
HAS_PILLARS() |
Determine if PILLARS 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_RECFORRESOURCESUMMARYLIST¶
TYPES TT_RECFORRESOURCESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TADRECFORRESUMMARY WITH DEFAULT KEY
.