/AWS1/CL_NWSTEMPLATESUMMARY¶
Summary information about a template.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_templateid TYPE /AWS1/NWSTEMPLATEID /AWS1/NWSTEMPLATEID¶
The service-generated id of the template.
iv_templatearn TYPE /AWS1/NWSTEMPLATEARN /AWS1/NWSTEMPLATEARN¶
The Amazon Resource Name (ARN) of the template.
iv_templatename TYPE /AWS1/NWSTEMPLATENAME /AWS1/NWSTEMPLATENAME¶
The name of the template.
Optional arguments:¶
iv_status TYPE /AWS1/NWSENTITYSTATUS /AWS1/NWSENTITYSTATUS¶
The current status of the resource:
DRAFT(unpublished, editable) orACTIVE(published, in use).
iv_version TYPE /AWS1/NWSENTITYVERSION /AWS1/NWSENTITYVERSION¶
The version of the resource.
iv_haspublishedversion TYPE /AWS1/NWSHASPUBLISHEDVERSION /AWS1/NWSHASPUBLISHEDVERSION¶
Specifies whether a published version of the resource exists.
iv_firewalltype TYPE /AWS1/NWSTEMPLATEFIREWALLTYPE /AWS1/NWSTEMPLATEFIREWALLTYPE¶
The firewall type associated with the resource.
iv_updatedat TYPE /AWS1/NWSDATETIMESTAMP /AWS1/NWSDATETIMESTAMP¶
The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.
Queryable Attributes¶
templateId¶
The service-generated id of the template.
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 |
templateArn¶
The Amazon Resource Name (ARN) of the template.
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 |
templateName¶
The name of the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATENAME() |
Getter for TEMPLATENAME, with configurable default |
ASK_TEMPLATENAME() |
Getter for TEMPLATENAME w/ exceptions if field has no value |
HAS_TEMPLATENAME() |
Determine if TEMPLATENAME has a value |
status¶
The current status of the resource:
DRAFT(unpublished, editable) orACTIVE(published, in use).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
version¶
The version of the resource.
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 |
hasPublishedVersion¶
Specifies whether a published version of the resource exists.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HASPUBLISHEDVERSION() |
Getter for HASPUBLISHEDVERSION, with configurable default |
ASK_HASPUBLISHEDVERSION() |
Getter for HASPUBLISHEDVERSION w/ exceptions if field has no |
HAS_HASPUBLISHEDVERSION() |
Determine if HASPUBLISHEDVERSION has a value |
firewallType¶
The firewall type associated with the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIREWALLTYPE() |
Getter for FIREWALLTYPE, with configurable default |
ASK_FIREWALLTYPE() |
Getter for FIREWALLTYPE w/ exceptions if field has no value |
HAS_FIREWALLTYPE() |
Determine if FIREWALLTYPE has a value |
updatedAt¶
The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_NWSTEMPLATESUMMARY WITH DEFAULT KEY
.