/AWS1/CL_FRMRESOURCEMAPPING¶
Specifies the current source of the resource and the destination of where it will be moved to.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_source TYPE REF TO /AWS1/CL_FRMRESOURCELOCATION /AWS1/CL_FRMRESOURCELOCATION¶
The source stack
StackNameandLogicalResourceIdfor the resource being refactored.
io_destination TYPE REF TO /AWS1/CL_FRMRESOURCELOCATION /AWS1/CL_FRMRESOURCELOCATION¶
The destination stack
StackNameandLogicalResourceIdfor the resource being refactored.
Queryable Attributes¶
Source¶
The source stack
StackNameandLogicalResourceIdfor the resource being refactored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE |
Destination¶
The destination stack
StackNameandLogicalResourceIdfor the resource being refactored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCEMAPPINGS¶
TYPES TT_RESOURCEMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMRESOURCEMAPPING WITH DEFAULT KEY
.