/AWS1/CL_BDACREATEFLOWALIASRSP¶
CreateFlowAliasResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BDANAME /AWS1/BDANAME¶
The name of the alias.
it_routingconfiguration TYPE /AWS1/CL_BDAFLOWALIASROUTING00=>TT_FLOWALIASROUTINGCONF TT_FLOWALIASROUTINGCONF¶
Contains information about the version that the alias is mapped to.
iv_flowid TYPE /AWS1/BDAFLOWID /AWS1/BDAFLOWID¶
The unique identifier of the flow that the alias belongs to.
iv_id TYPE /AWS1/BDAFLOWALIASID /AWS1/BDAFLOWALIASID¶
The unique identifier of the alias.
iv_arn TYPE /AWS1/BDAFLOWALIASARN /AWS1/BDAFLOWALIASARN¶
The Amazon Resource Name (ARN) of the alias.
iv_createdat TYPE /AWS1/BDADATETIMESTAMP /AWS1/BDADATETIMESTAMP¶
The time at which the alias was created.
iv_updatedat TYPE /AWS1/BDADATETIMESTAMP /AWS1/BDADATETIMESTAMP¶
The time at which the alias of the flow was last updated.
Optional arguments:¶
iv_description TYPE /AWS1/BDADESCRIPTION /AWS1/BDADESCRIPTION¶
The description of the alias.
io_concurrencyconfiguration TYPE REF TO /AWS1/CL_BDAFLOWALIASCONCURR00 /AWS1/CL_BDAFLOWALIASCONCURR00¶
The configuration that specifies how nodes in the flow are executed in parallel.
Queryable Attributes¶
name¶
The name of the alias.
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 |
description¶
The description of the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
routingConfiguration¶
Contains information about the version that the alias is mapped to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTINGCONFIGURATION() |
Getter for ROUTINGCONFIGURATION, with configurable default |
ASK_ROUTINGCONFIGURATION() |
Getter for ROUTINGCONFIGURATION w/ exceptions if field has n |
HAS_ROUTINGCONFIGURATION() |
Determine if ROUTINGCONFIGURATION has a value |
concurrencyConfiguration¶
The configuration that specifies how nodes in the flow are executed in parallel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONCURRENCYCONFIGURATION() |
Getter for CONCURRENCYCONFIGURATION |
flowId¶
The unique identifier of the flow that the alias belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWID() |
Getter for FLOWID, with configurable default |
ASK_FLOWID() |
Getter for FLOWID w/ exceptions if field has no value |
HAS_FLOWID() |
Determine if FLOWID has a value |
id¶
The unique identifier of the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The Amazon Resource Name (ARN) of the 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 |
createdAt¶
The time at which the alias was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The time at which the alias of the flow was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |