/AWS1/CL_QSTTEMPLATESUMMARY¶
The template summary.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
A summary of a template.
iv_templateid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
iv_name TYPE /AWS1/QSTTEMPLATENAME /AWS1/QSTTEMPLATENAME¶
A display name for the template.
iv_latestversionnumber TYPE /AWS1/QSTVERSIONNUMBER /AWS1/QSTVERSIONNUMBER¶
A structure containing a list of version numbers for the template summary.
iv_createdtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The last time that this template was created.
iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The last time that this template was updated.
Queryable Attributes¶
Arn¶
A summary of a template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
TemplateId¶
The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEID() |
Getter for TEMPLATEID, with configurable default |
ASK_TEMPLATEID() |
Getter for TEMPLATEID w/ exceptions if field has no value |
HAS_TEMPLATEID() |
Determine if TEMPLATEID has a value |
Name¶
A display name for the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
LatestVersionNumber¶
A structure containing a list of version numbers for the template summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTVERSIONNUMBER() |
Getter for LATESTVERSIONNUMBER, with configurable default |
ASK_LATESTVERSIONNUMBER() |
Getter for LATESTVERSIONNUMBER w/ exceptions if field has no |
HAS_LATESTVERSIONNUMBER() |
Determine if LATESTVERSIONNUMBER has a value |
CreatedTime¶
The last time that this template was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastUpdatedTime¶
The last time that this template was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TEMPLATESUMMARYLIST¶
TYPES TT_TEMPLATESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTEMPLATESUMMARY WITH DEFAULT KEY
.