/AWS1/CL_CNTVIEW¶
A view resource object. Contains metadata and content necessary to render the view.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/CNTVIEWID /AWS1/CNTVIEWID¶
The identifier of the view.
iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the view.
iv_name TYPE /AWS1/CNTVIEWNAME /AWS1/CNTVIEWNAME¶
The name of the view.
iv_status TYPE /AWS1/CNTVIEWSTATUS /AWS1/CNTVIEWSTATUS¶
Indicates the view status as either
SAVEDorPUBLISHED. ThePUBLISHEDstatus will initiate validation on the content.
iv_type TYPE /AWS1/CNTVIEWTYPE /AWS1/CNTVIEWTYPE¶
The type of the view -
CUSTOMER_MANAGED.
iv_description TYPE /AWS1/CNTVIEWDESCRIPTION /AWS1/CNTVIEWDESCRIPTION¶
The description of the view.
iv_version TYPE /AWS1/CNTVIEWVERSION /AWS1/CNTVIEWVERSION¶
Current version of the view.
iv_versiondescription TYPE /AWS1/CNTVIEWDESCRIPTION /AWS1/CNTVIEWDESCRIPTION¶
The description of the version.
io_content TYPE REF TO /AWS1/CL_CNTVIEWCONTENT /AWS1/CL_CNTVIEWCONTENT¶
View content containing all content necessary to render a view except for runtime input data.
it_tags TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags associated with the view resource (not specific to view version).
iv_createdtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp of when the view was created.
iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
Latest timestamp of the
UpdateViewContentorCreateViewVersionoperations.
iv_viewcontentsha256 TYPE /AWS1/CNTVIEWCONTENTSHA256 /AWS1/CNTVIEWCONTENTSHA256¶
Indicates the checksum value of the latest published view content.
Queryable Attributes¶
Id¶
The identifier of the view.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Arn¶
The Amazon Resource Name (ARN) of the view.
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 |
Name¶
The name of the view.
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 |
Status¶
Indicates the view status as either
SAVEDorPUBLISHED. ThePUBLISHEDstatus will initiate validation on the content.
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 |
Type¶
The type of the view -
CUSTOMER_MANAGED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Description¶
The description of the view.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Version¶
Current version of the view.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION |
VersionDescription¶
The description of the version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONDESCRIPTION() |
Getter for VERSIONDESCRIPTION, with configurable default |
ASK_VERSIONDESCRIPTION() |
Getter for VERSIONDESCRIPTION w/ exceptions if field has no |
HAS_VERSIONDESCRIPTION() |
Determine if VERSIONDESCRIPTION has a value |
Content¶
View content containing all content necessary to render a view except for runtime input data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT |
Tags¶
The tags associated with the view resource (not specific to view version).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
CreatedTime¶
The timestamp of when the view 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 |
LastModifiedTime¶
Latest timestamp of the
UpdateViewContentorCreateViewVersionoperations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
ViewContentSha256¶
Indicates the checksum value of the latest published view content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIEWCONTENTSHA256() |
Getter for VIEWCONTENTSHA256, with configurable default |
ASK_VIEWCONTENTSHA256() |
Getter for VIEWCONTENTSHA256 w/ exceptions if field has no v |
HAS_VIEWCONTENTSHA256() |
Determine if VIEWCONTENTSHA256 has a value |