/AWS1/CL_SFNSTATEMACHINEALIA00¶
Contains details about a specific state machine alias.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_statemachinealiasarn TYPE /AWS1/SFNLONGARN /AWS1/SFNLONGARN¶
The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example,
stateMachineARN:PROD.
iv_creationdate TYPE /AWS1/SFNTIMESTAMP /AWS1/SFNTIMESTAMP¶
The creation date of a state machine alias.
Queryable Attributes¶
stateMachineAliasArn¶
The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example,
stateMachineARN:PROD.
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 |
creationDate¶
The creation date of a state machine alias.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STATEMACHINEALIASLIST¶
TYPES TT_STATEMACHINEALIASLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SFNSTATEMACHINEALIA00 WITH DEFAULT KEY
.