/AWS1/CL_WADLISTLENSREVIEWSOUT¶
Output of a list lens reviews call.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_workloadid TYPE /AWS1/WADWORKLOADID /AWS1/WADWORKLOADID¶
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
iv_milestonenumber TYPE /AWS1/WADMILESTONENUMBER /AWS1/WADMILESTONENUMBER¶
The milestone number.
A workload can have a maximum of 100 milestones.
it_lensreviewsummaries TYPE /AWS1/CL_WADLENSREVIEWSUMMARY=>TT_LENSREVIEWSUMMARIES TT_LENSREVIEWSUMMARIES¶
List of lens summaries of lens reviews of a workload.
iv_nexttoken TYPE /AWS1/WADNEXTTOKEN /AWS1/WADNEXTTOKEN¶
The token to use to retrieve the next set of results.
Queryable Attributes¶
WorkloadId¶
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADID() |
Getter for WORKLOADID, with configurable default |
ASK_WORKLOADID() |
Getter for WORKLOADID w/ exceptions if field has no value |
HAS_WORKLOADID() |
Determine if WORKLOADID has a value |
MilestoneNumber¶
The milestone number.
A workload can have a maximum of 100 milestones.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MILESTONENUMBER() |
Getter for MILESTONENUMBER, with configurable default |
ASK_MILESTONENUMBER() |
Getter for MILESTONENUMBER w/ exceptions if field has no val |
HAS_MILESTONENUMBER() |
Determine if MILESTONENUMBER has a value |
LensReviewSummaries¶
List of lens summaries of lens reviews of a workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSREVIEWSUMMARIES() |
Getter for LENSREVIEWSUMMARIES, with configurable default |
ASK_LENSREVIEWSUMMARIES() |
Getter for LENSREVIEWSUMMARIES w/ exceptions if field has no |
HAS_LENSREVIEWSUMMARIES() |
Determine if LENSREVIEWSUMMARIES has a value |
NextToken¶
The token to use to retrieve the next set 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 |