/AWS1/CL_CNKCREATELAYOUTRSP¶
CreateLayoutResponse
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.
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 |