/AWS1/CL_TADORGRECOMMENDATIO00¶
Organization Recommendation Resource Summary
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/TADSTRING /AWS1/TADSTRING¶
The ID of the Recommendation Resource
iv_arn TYPE /AWS1/TADRECOMMENDATIONRESRC00 /AWS1/TADRECOMMENDATIONRESRC00¶
The ARN of the Recommendation Resource
iv_awsresourceid TYPE /AWS1/TADSTRING /AWS1/TADSTRING¶
The AWS resource identifier. There are certain checks that generate recommendation resources without an awsResourceId.
iv_regioncode TYPE /AWS1/TADRECOMMENDATIONREGIO00 /AWS1/TADRECOMMENDATIONREGIO00¶
The AWS Region code that the Recommendation Resource is in
iv_status TYPE /AWS1/TADRESOURCESTATUS /AWS1/TADRESOURCESTATUS¶
The current status of the Recommendation Resource
it_metadata TYPE /AWS1/CL_TADSTRINGMAP_W=>TT_STRINGMAP TT_STRINGMAP¶
Metadata associated with the Recommendation Resource
iv_lastupdatedat TYPE /AWS1/TADTIMESTAMP /AWS1/TADTIMESTAMP¶
When the Recommendation Resource was last updated
iv_recommendationarn TYPE /AWS1/TADORGRECOMMENDATIONARN /AWS1/TADORGRECOMMENDATIONARN¶
The Recommendation ARN
Optional arguments:¶
iv_exclusionstatus TYPE /AWS1/TADEXCLUSIONSTATUS /AWS1/TADEXCLUSIONSTATUS¶
The exclusion status of the Recommendation Resource
iv_accountid TYPE /AWS1/TADACCOUNTID /AWS1/TADACCOUNTID¶
The AWS account ID
Queryable Attributes¶
id¶
The ID of the Recommendation Resource
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 |
arn¶
The ARN of the Recommendation Resource
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
awsResourceId¶
The AWS resource identifier. There are certain checks that generate recommendation resources without an awsResourceId.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSRESOURCEID() |
Getter for AWSRESOURCEID, with configurable default |
ASK_AWSRESOURCEID() |
Getter for AWSRESOURCEID w/ exceptions if field has no value |
HAS_AWSRESOURCEID() |
Determine if AWSRESOURCEID has a value |
regionCode¶
The AWS Region code that the Recommendation Resource is in
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONCODE() |
Getter for REGIONCODE, with configurable default |
ASK_REGIONCODE() |
Getter for REGIONCODE w/ exceptions if field has no value |
HAS_REGIONCODE() |
Determine if REGIONCODE has a value |
status¶
The current status of the Recommendation 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 |
metadata¶
Metadata associated with the Recommendation Resource
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 |
lastUpdatedAt¶
When the Recommendation Resource 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 Resource
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 |
accountId¶
The AWS 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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ORGRECOMMENDATIONRESRCSUM00¶
TYPES TT_ORGRECOMMENDATIONRESRCSUM00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_TADORGRECOMMENDATIO00 WITH DEFAULT KEY
.