/AWS1/CL_SFNDSCSTATEMACHINEA01¶
DescribeStateMachineAliasOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_statemachinealiasarn TYPE /AWS1/SFNARN /AWS1/SFNARN¶
The Amazon Resource Name (ARN) of the state machine alias.
iv_name TYPE /AWS1/SFNNAME /AWS1/SFNNAME¶
The name of the state machine alias.
iv_description TYPE /AWS1/SFNALIASDESCRIPTION /AWS1/SFNALIASDESCRIPTION¶
A description of the alias.
it_routingconfiguration TYPE /AWS1/CL_SFNROUTINGCONFLSTITEM=>TT_ROUTINGCONFIGURATIONLIST TT_ROUTINGCONFIGURATIONLIST¶
The routing configuration of the alias.
iv_creationdate TYPE /AWS1/SFNTIMESTAMP /AWS1/SFNTIMESTAMP¶
The date the state machine alias was created.
iv_updatedate TYPE /AWS1/SFNTIMESTAMP /AWS1/SFNTIMESTAMP¶
The date the state machine alias was last updated.
For a newly created state machine, this is the same as the creation date.
Queryable Attributes¶
stateMachineAliasArn¶
The Amazon Resource Name (ARN) of the state machine alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEMACHINEALIASARN() |
Getter for STATEMACHINEALIASARN, with configurable default |
ASK_STATEMACHINEALIASARN() |
Getter for STATEMACHINEALIASARN w/ exceptions if field has n |
HAS_STATEMACHINEALIASARN() |
Determine if STATEMACHINEALIASARN has a value |
name¶
The name of the state machine 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¶
A 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¶
The routing configuration of the alias.
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 |
creationDate¶
The date the state machine alias was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
updateDate¶
The date the state machine alias was last updated.
For a newly created state machine, this is the same as the creation date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDATE() |
Getter for UPDATEDATE, with configurable default |
ASK_UPDATEDATE() |
Getter for UPDATEDATE w/ exceptions if field has no value |
HAS_UPDATEDATE() |
Determine if UPDATEDATE has a value |