/AWS1/CL_HLLUPDDATXFRMTNPFLRSP¶
The response from the UpdateDataTransformationProfile operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_profileid TYPE /AWS1/HLLPROFILEIDSTRING /AWS1/HLLPROFILEIDSTRING¶
The unique identifier of the updated profile.
iv_sourceformat TYPE /AWS1/HLLSOURCEFORMAT /AWS1/HLLSOURCEFORMAT¶
The source data format of the profile.
iv_targetformat TYPE /AWS1/HLLTARGETFORMAT /AWS1/HLLTARGETFORMAT¶
The target output format of the profile.
iv_lastupdatedat TYPE /AWS1/HLLDATETIME /AWS1/HLLDATETIME¶
The timestamp when the profile was last updated.
Optional arguments:¶
iv_profilename TYPE /AWS1/HLLPROFILENAMESTRING /AWS1/HLLPROFILENAMESTRING¶
The name of the updated profile.
Queryable Attributes¶
ProfileId¶
The unique identifier of the updated profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |
SourceFormat¶
The source data format of the profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEFORMAT() |
Getter for SOURCEFORMAT, with configurable default |
ASK_SOURCEFORMAT() |
Getter for SOURCEFORMAT w/ exceptions if field has no value |
HAS_SOURCEFORMAT() |
Determine if SOURCEFORMAT has a value |
TargetFormat¶
The target output format of the profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETFORMAT() |
Getter for TARGETFORMAT, with configurable default |
ASK_TARGETFORMAT() |
Getter for TARGETFORMAT w/ exceptions if field has no value |
HAS_TARGETFORMAT() |
Determine if TARGETFORMAT has a value |
ProfileName¶
The name of the updated profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILENAME() |
Getter for PROFILENAME, with configurable default |
ASK_PROFILENAME() |
Getter for PROFILENAME w/ exceptions if field has no value |
HAS_PROFILENAME() |
Determine if PROFILENAME has a value |
LastUpdatedAt¶
The timestamp when the profile was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |