/AWS1/CL_CNKGETLAYOUTRESPONSE¶
GetLayoutResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_layoutid TYPE /AWS1/CNKLAYOUTID /AWS1/CNKLAYOUTID¶
The unique identifier of the layout.
iv_layoutarn TYPE /AWS1/CNKLAYOUTARN /AWS1/CNKLAYOUTARN¶
The Amazon Resource Name (ARN) of the newly created layout.
iv_name TYPE /AWS1/CNKLAYOUTNAME /AWS1/CNKLAYOUTNAME¶
The name of the layout. It must be unique.
io_content TYPE REF TO /AWS1/CL_CNKLAYOUTCONTENT /AWS1/CL_CNKLAYOUTCONTENT¶
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
Optional arguments:¶
it_tags TYPE /AWS1/CL_CNKTAGS_W=>TT_TAGS TT_TAGS¶
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
iv_deleted TYPE /AWS1/CNKDELETED /AWS1/CNKDELETED¶
Denotes whether or not the resource has been deleted.
iv_createdtime TYPE /AWS1/CNKCREATEDTIME /AWS1/CNKCREATEDTIME¶
Timestamp at which the resource was created.
iv_lastmodifiedtime TYPE /AWS1/CNKLASTMODIFIEDTIME /AWS1/CNKLASTMODIFIEDTIME¶
Timestamp at which the resource was created or last modified.
Queryable Attributes¶
layoutId¶
The unique identifier of the layout.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_LAYOUTID() | Getter for LAYOUTID, with configurable default | 
| ASK_LAYOUTID() | Getter for LAYOUTID w/ exceptions if field has no value | 
| HAS_LAYOUTID() | Determine if LAYOUTID has a value | 
layoutArn¶
The Amazon Resource Name (ARN) of the newly created layout.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_LAYOUTARN() | Getter for LAYOUTARN, with configurable default | 
| ASK_LAYOUTARN() | Getter for LAYOUTARN w/ exceptions if field has no value | 
| HAS_LAYOUTARN() | Determine if LAYOUTARN has a value | 
name¶
The name of the layout. It must be unique.
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 | 
content¶
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CONTENT() | Getter for CONTENT | 
tags¶
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
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 | 
deleted¶
Denotes whether or not the resource has been deleted.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DELETED() | Getter for DELETED | 
createdTime¶
Timestamp at which the resource 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¶
Timestamp at which the resource was created or last modified.
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 |