/AWS1/CL_AANGETFNDRECOMMENDA01¶
GetFindingRecommendationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_startedat TYPE /AWS1/AANTIMESTAMP /AWS1/AANTIMESTAMP¶
The time at which the retrieval of the finding recommendation was started.
iv_resourcearn TYPE /AWS1/AANRESOURCEARN /AWS1/AANRESOURCEARN¶
The ARN of the resource of the finding.
iv_recommendationtype TYPE /AWS1/AANRECOMMENDATIONTYPE /AWS1/AANRECOMMENDATIONTYPE¶
The type of recommendation for the finding.
iv_status TYPE /AWS1/AANSTATUS /AWS1/AANSTATUS¶
The status of the retrieval of the finding recommendation.
Optional arguments:¶
iv_completedat TYPE /AWS1/AANTIMESTAMP /AWS1/AANTIMESTAMP¶
The time at which the retrieval of the finding recommendation was completed.
iv_nexttoken TYPE /AWS1/AANTOKEN /AWS1/AANTOKEN¶
A token used for pagination of results returned.
io_error TYPE REF TO /AWS1/CL_AANRECOMMENDATIONERR /AWS1/CL_AANRECOMMENDATIONERR¶
Detailed information about the reason that the retrieval of a recommendation for the finding failed.
it_recommendedsteps TYPE /AWS1/CL_AANRECOMMENDEDSTEP=>TT_RECOMMENDEDSTEPLIST TT_RECOMMENDEDSTEPLIST¶
A group of recommended steps for the finding.
Queryable Attributes¶
startedAt¶
The time at which the retrieval of the finding recommendation was started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
completedAt¶
The time at which the retrieval of the finding recommendation was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDAT() |
Getter for COMPLETEDAT, with configurable default |
ASK_COMPLETEDAT() |
Getter for COMPLETEDAT w/ exceptions if field has no value |
HAS_COMPLETEDAT() |
Determine if COMPLETEDAT has a value |
nextToken¶
A token used for pagination of results returned.
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 |
error¶
Detailed information about the reason that the retrieval of a recommendation for the finding failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
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 |
recommendedSteps¶
A group of recommended steps for the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDEDSTEPS() |
Getter for RECOMMENDEDSTEPS, with configurable default |
ASK_RECOMMENDEDSTEPS() |
Getter for RECOMMENDEDSTEPS w/ exceptions if field has no va |
HAS_RECOMMENDEDSTEPS() |
Determine if RECOMMENDEDSTEPS 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 |
status¶
The status of the retrieval of the finding 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 |