/AWS1/CL_CNTCONTFLOWMODALIAS01¶
Contains information about an alias.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the flow module alias.
iv_aliasid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID¶
The identifier of the alias.
iv_version TYPE /AWS1/CNTRESOURCEVERSION /AWS1/CNTRESOURCEVERSION¶
The version of the flow module.
iv_aliasname TYPE /AWS1/CNTCONTACTFLOWMODULENAME /AWS1/CNTCONTACTFLOWMODULENAME¶
The name of the alias.
iv_aliasdescription TYPE /AWS1/CNTCONTACTFLOWMODULEDESC /AWS1/CNTCONTACTFLOWMODULEDESC¶
The description of the alias.
iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when this resource was last modified.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the flow module alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
AliasId¶
The identifier of the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIASID() |
Getter for ALIASID, with configurable default |
ASK_ALIASID() |
Getter for ALIASID w/ exceptions if field has no value |
HAS_ALIASID() |
Determine if ALIASID has a value |
Version¶
The version of the flow module.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
AliasName¶
The name of the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIASNAME() |
Getter for ALIASNAME, with configurable default |
ASK_ALIASNAME() |
Getter for ALIASNAME w/ exceptions if field has no value |
HAS_ALIASNAME() |
Determine if ALIASNAME has a value |
AliasDescription¶
The description of the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIASDESCRIPTION() |
Getter for ALIASDESCRIPTION, with configurable default |
ASK_ALIASDESCRIPTION() |
Getter for ALIASDESCRIPTION w/ exceptions if field has no va |
HAS_ALIASDESCRIPTION() |
Determine if ALIASDESCRIPTION has a value |
LastModifiedTime¶
The timestamp when this resource was 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONTFLOWMODULEALIASSUMMLIST¶
TYPES TT_CONTFLOWMODULEALIASSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTCONTFLOWMODALIAS01 WITH DEFAULT KEY
.