/AWS1/CL_SHBGETRECDPOLICYV2RSP¶
GetRecommendedPolicyV2Response
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SHBNEXTTOKEN /AWS1/SHBNEXTTOKEN¶
The pagination token to use to request the next page of results.
iv_recommendationtype TYPE /AWS1/SHBRECOMMENDATIONTYPE /AWS1/SHBRECOMMENDATIONTYPE¶
The type of recommendation for the finding.
it_recommendationsteps TYPE /AWS1/CL_SHBRECOMMENDATIONSTEP=>TT_RECOMMENDATIONSTEPS TT_RECOMMENDATIONSTEPS¶
The recommended steps to take to resolve the finding.
io_error TYPE REF TO /AWS1/CL_SHBRECERROR /AWS1/CL_SHBRECERROR¶
Detailed information for a
FAILEDretrieval status.
iv_status TYPE /AWS1/SHBRECOMMENDATIONSTATUS /AWS1/SHBRECOMMENDATIONSTATUS¶
The current status of the recommended policy retrieval.
iv_resourcearn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The ARN of the resource of the finding.
Queryable Attributes¶
NextToken¶
The pagination token to use to request the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
RecommendationType¶
The type of recommendation for the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONTYPE() |
Getter for RECOMMENDATIONTYPE, with configurable default |
ASK_RECOMMENDATIONTYPE() |
Getter for RECOMMENDATIONTYPE w/ exceptions if field has no |
HAS_RECOMMENDATIONTYPE() |
Determine if RECOMMENDATIONTYPE has a value |
RecommendationSteps¶
The recommended steps to take to resolve the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONSTEPS() |
Getter for RECOMMENDATIONSTEPS, with configurable default |
ASK_RECOMMENDATIONSTEPS() |
Getter for RECOMMENDATIONSTEPS w/ exceptions if field has no |
HAS_RECOMMENDATIONSTEPS() |
Determine if RECOMMENDATIONSTEPS has a value |
Error¶
Detailed information for a
FAILEDretrieval status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
Status¶
The current status of the recommended policy retrieval.
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 |
ResourceArn¶
The ARN of the resource of the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |