/AWS1/CL_BDAFLOWVERSIONSUMMARY¶
Contains information about a version of a flow.
This data type is used in the following API operations:
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/BDAFLOWID /AWS1/BDAFLOWID¶
The unique identifier of the flow.
iv_arn TYPE /AWS1/BDAFLOWARN /AWS1/BDAFLOWARN¶
The Amazon Resource Name (ARN) of the flow that the version belongs to.
iv_status TYPE /AWS1/BDAFLOWSTATUS /AWS1/BDAFLOWSTATUS¶
The status of the flow.
iv_createdat TYPE /AWS1/BDADATETIMESTAMP /AWS1/BDADATETIMESTAMP¶
The time at the version was created.
iv_version TYPE /AWS1/BDANUMERICALVERSION /AWS1/BDANUMERICALVERSION¶
The version of the flow.
Queryable Attributes¶
id¶
The unique identifier of the flow.
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 flow that the version belongs to.
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 |
status¶
The status of the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
createdAt¶
The time at the version 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 |
version¶
The version of the flow.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FLOWVERSIONSUMMARIES¶
TYPES TT_FLOWVERSIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAFLOWVERSIONSUMMARY WITH DEFAULT KEY
.