/AWS1/CL_WADGETREVIEWTMPLANS01¶
GetReviewTemplateAnswerOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_templatearn TYPE /AWS1/WADTEMPLATEARN /AWS1/WADTEMPLATEARN¶
The review template ARN.
iv_lensalias TYPE /AWS1/WADLENSALIAS /AWS1/WADLENSALIAS¶
The alias of the lens.
For Amazon Web Services official lenses, this is either the lens alias, such as
serverless, or the lens ARN, such asarn:aws:wellarchitected:us-east-1::lens/serverless. Note that some operations (such as ExportLens and CreateLensShare) are not permitted on Amazon Web Services official lenses.For custom lenses, this is the lens ARN, such as
arn:aws:wellarchitected:us-west-2:123456789012:lens/0123456789abcdef01234567890abcdef.Each lens is identified by its LensSummary$LensAlias.
io_answer TYPE REF TO /AWS1/CL_WADREVIEWTMPLANSWER /AWS1/CL_WADREVIEWTMPLANSWER¶
An answer of the question.
Queryable Attributes¶
TemplateArn¶
The review template ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEARN() |
Getter for TEMPLATEARN, with configurable default |
ASK_TEMPLATEARN() |
Getter for TEMPLATEARN w/ exceptions if field has no value |
HAS_TEMPLATEARN() |
Determine if TEMPLATEARN has a value |
LensAlias¶
The alias of the lens.
For Amazon Web Services official lenses, this is either the lens alias, such as
serverless, or the lens ARN, such asarn:aws:wellarchitected:us-east-1::lens/serverless. Note that some operations (such as ExportLens and CreateLensShare) are not permitted on Amazon Web Services official lenses.For custom lenses, this is the lens ARN, such as
arn:aws:wellarchitected:us-west-2:123456789012:lens/0123456789abcdef01234567890abcdef.Each lens is identified by its LensSummary$LensAlias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSALIAS() |
Getter for LENSALIAS, with configurable default |
ASK_LENSALIAS() |
Getter for LENSALIAS w/ exceptions if field has no value |
HAS_LENSALIAS() |
Determine if LENSALIAS has a value |
Answer¶
An answer of the question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANSWER() |
Getter for ANSWER |