/AWS1/CL_RBMTEMPLATESUMMARY¶
Summary information for a template.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/RBMARN /AWS1/RBMARN¶
The Amazon Resource Name (ARN) of the template.
iv_createdat TYPE /AWS1/RBMCREATEDAT /AWS1/RBMCREATEDAT¶
The time, in milliseconds since the epoch, when the template was created.
iv_lastupdatedat TYPE /AWS1/RBMLASTUPDATEDAT /AWS1/RBMLASTUPDATEDAT¶
The time, in milliseconds since the epoch, when the template was last updated.
iv_name TYPE /AWS1/RBMTEMPLATENAME /AWS1/RBMTEMPLATENAME¶
The name of the template.
iv_version TYPE /AWS1/RBMGENERICSTRING /AWS1/RBMGENERICSTRING¶
The version of the template that you're using.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the 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 |
createdAt¶
The time, in milliseconds since the epoch, when the template was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
lastUpdatedAt¶
The time, in milliseconds since the epoch, when the template was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
name¶
The name of 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 |
version¶
The version of the template that you're using.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION 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_TEMPLATESUMMARIES¶
TYPES TT_TEMPLATESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_RBMTEMPLATESUMMARY WITH DEFAULT KEY
.