/AWS1/CL_WADIMPROVEMENTSUMMARY¶
An improvement summary of a lens review in a workload.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_questionid TYPE /AWS1/WADQUESTIONID /AWS1/WADQUESTIONID¶
The ID of the question.
iv_pillarid TYPE /AWS1/WADPILLARID /AWS1/WADPILLARID¶
The ID used to identify a pillar, for example,
security.A pillar is identified by its PillarReviewSummary$PillarId.
iv_questiontitle TYPE /AWS1/WADQUESTIONTITLE /AWS1/WADQUESTIONTITLE¶
The title of the question.
iv_risk TYPE /AWS1/WADRISK /AWS1/WADRISK¶
The risk for a given workload, lens review, pillar, or question.
iv_improvementplanurl TYPE /AWS1/WADIMPROVEMENTPLANURL /AWS1/WADIMPROVEMENTPLANURL¶
The improvement plan URL for a question in an Amazon Web Services official lenses.
This value is only available if the question has been answered.
This value does not apply to custom lenses.
it_improvementplans TYPE /AWS1/CL_WADCHOICEIMPROVEMEN00=>TT_CHOICEIMPROVEMENTPLANS TT_CHOICEIMPROVEMENTPLANS¶
The improvement plan details.
io_jiraconfiguration TYPE REF TO /AWS1/CL_WADJIRACONFIGURATION /AWS1/CL_WADJIRACONFIGURATION¶
Configuration of the Jira integration.
Queryable Attributes¶
QuestionId¶
The ID of the question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUESTIONID() |
Getter for QUESTIONID, with configurable default |
ASK_QUESTIONID() |
Getter for QUESTIONID w/ exceptions if field has no value |
HAS_QUESTIONID() |
Determine if QUESTIONID has a value |
PillarId¶
The ID used to identify a pillar, for example,
security.A pillar is identified by its PillarReviewSummary$PillarId.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PILLARID() |
Getter for PILLARID, with configurable default |
ASK_PILLARID() |
Getter for PILLARID w/ exceptions if field has no value |
HAS_PILLARID() |
Determine if PILLARID has a value |
QuestionTitle¶
The title of the question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUESTIONTITLE() |
Getter for QUESTIONTITLE, with configurable default |
ASK_QUESTIONTITLE() |
Getter for QUESTIONTITLE w/ exceptions if field has no value |
HAS_QUESTIONTITLE() |
Determine if QUESTIONTITLE has a value |
Risk¶
The risk for a given workload, lens review, pillar, or question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISK() |
Getter for RISK, with configurable default |
ASK_RISK() |
Getter for RISK w/ exceptions if field has no value |
HAS_RISK() |
Determine if RISK has a value |
ImprovementPlanUrl¶
The improvement plan URL for a question in an Amazon Web Services official lenses.
This value is only available if the question has been answered.
This value does not apply to custom lenses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPROVEMENTPLANURL() |
Getter for IMPROVEMENTPLANURL, with configurable default |
ASK_IMPROVEMENTPLANURL() |
Getter for IMPROVEMENTPLANURL w/ exceptions if field has no |
HAS_IMPROVEMENTPLANURL() |
Determine if IMPROVEMENTPLANURL has a value |
ImprovementPlans¶
The improvement plan details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPROVEMENTPLANS() |
Getter for IMPROVEMENTPLANS, with configurable default |
ASK_IMPROVEMENTPLANS() |
Getter for IMPROVEMENTPLANS w/ exceptions if field has no va |
HAS_IMPROVEMENTPLANS() |
Determine if IMPROVEMENTPLANS has a value |
JiraConfiguration¶
Configuration of the Jira integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JIRACONFIGURATION() |
Getter for JIRACONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMPROVEMENTSUMMARIES¶
TYPES TT_IMPROVEMENTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADIMPROVEMENTSUMMARY WITH DEFAULT KEY
.