/AWS1/CL_TADCHECKSUMMARY¶
A summary of an AWS Trusted Advisor Check
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/TADSTRING /AWS1/TADSTRING¶
The unique identifier of the AWS Trusted Advisor Check
iv_arn TYPE /AWS1/TADCHECKARN /AWS1/TADCHECKARN¶
The ARN of the AWS Trusted Advisor Check
iv_name TYPE /AWS1/TADSTRING /AWS1/TADSTRING¶
The name of the AWS Trusted Advisor Check
iv_description TYPE /AWS1/TADSTRING /AWS1/TADSTRING¶
A description of what the AWS Trusted Advisor Check is monitoring
it_pillars TYPE /AWS1/CL_TADRECOMMENDATIONPI00=>TT_RECOMMENDATIONPILLARLIST TT_RECOMMENDATIONPILLARLIST¶
The Recommendation pillars that the AWS Trusted Advisor Check falls under
it_awsservices TYPE /AWS1/CL_TADRECOMMENDATIONAW00=>TT_RECOMMENDATIONAWSSVCLIST TT_RECOMMENDATIONAWSSVCLIST¶
The AWS Services that the Check applies to
iv_source TYPE /AWS1/TADRECOMMENDATIONSOURCE /AWS1/TADRECOMMENDATIONSOURCE¶
The source of the Recommendation
it_metadata TYPE /AWS1/CL_TADSTRINGMAP_W=>TT_STRINGMAP TT_STRINGMAP¶
The column headings for the metadata returned in the resource
Queryable Attributes¶
id¶
The unique identifier of the AWS Trusted Advisor Check
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 AWS Trusted Advisor Check
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 |
name¶
The name of the AWS Trusted Advisor Check
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description of what the AWS Trusted Advisor Check is monitoring
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
pillars¶
The Recommendation pillars that the AWS Trusted Advisor Check falls under
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 |
awsServices¶
The AWS Services that the Check applies to
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSSERVICES() |
Getter for AWSSERVICES, with configurable default |
ASK_AWSSERVICES() |
Getter for AWSSERVICES w/ exceptions if field has no value |
HAS_AWSSERVICES() |
Determine if AWSSERVICES has a value |
source¶
The source of the Recommendation
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
metadata¶
The column headings for the metadata returned in the 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CHECKSUMMARYLIST¶
TYPES TT_CHECKSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TADCHECKSUMMARY WITH DEFAULT KEY
.