/AWS1/CL_MGNUPDATEOPERATION¶
An operation that updates the properties of a construct.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/MGNSEGMENTCONSTRUCTNAME /AWS1/MGNSEGMENTCONSTRUCTNAME¶
The updated name for the construct.
iv_excluded TYPE /AWS1/MGNBOOLEAN /AWS1/MGNBOOLEAN¶
Whether to exclude this construct from the migration.
it_properties TYPE /AWS1/CL_MGNCONSTRUCTPROPS_W=>TT_CONSTRUCTPROPERTIES TT_CONSTRUCTPROPERTIES¶
The properties to update on the construct.
Queryable Attributes¶
name¶
The updated name for the construct.
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 |
excluded¶
Whether to exclude this construct from the migration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUDED() |
Getter for EXCLUDED, with configurable default |
ASK_EXCLUDED() |
Getter for EXCLUDED w/ exceptions if field has no value |
HAS_EXCLUDED() |
Determine if EXCLUDED has a value |
properties¶
The properties to update on the construct.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTIES() |
Getter for PROPERTIES, with configurable default |
ASK_PROPERTIES() |
Getter for PROPERTIES w/ exceptions if field has no value |
HAS_PROPERTIES() |
Determine if PROPERTIES has a value |