/AWS1/CL_QSTGETFLOWMETOUTPUT¶
GetFlowMetadataOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The Amazon Resource Name (ARN) of the flow.
iv_flowid TYPE /AWS1/QSTFLOWID /AWS1/QSTFLOWID¶
The unique identifier of the flow.
iv_name TYPE /AWS1/QSTTITLE /AWS1/QSTTITLE¶
A display name for the flow.
iv_createdtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The time this flow was created.
Optional arguments:¶
iv_description TYPE /AWS1/QSTFLOWDESCRIPTION /AWS1/QSTFLOWDESCRIPTION¶
The description for the flow.
iv_publishstate TYPE /AWS1/QSTFLOWPUBLISHSTATE /AWS1/QSTFLOWPUBLISHSTATE¶
The publish state for the flow. Valid values are
DRAFT,PUBLISHED, orPENDING_APPROVAL.
iv_usercount TYPE /AWS1/QSTINTEGER /AWS1/QSTINTEGER¶
The number of users who have used the flow.
iv_runcount TYPE /AWS1/QSTINTEGER /AWS1/QSTINTEGER¶
The number of runs done for the flow.
iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The last time this flow was modified.
iv_requestid TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The Amazon Web Services request ID for this operation.
iv_status TYPE /AWS1/QSTSTATUSCODE /AWS1/QSTSTATUSCODE¶
The HTTP status of the request.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the flow.
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 |
FlowId¶
The unique identifier of the flow.
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 |
Name¶
A display name for the flow.
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 for the flow.
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 |
PublishState¶
The publish state for the flow. Valid values are
DRAFT,PUBLISHED, orPENDING_APPROVAL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLISHSTATE() |
Getter for PUBLISHSTATE, with configurable default |
ASK_PUBLISHSTATE() |
Getter for PUBLISHSTATE w/ exceptions if field has no value |
HAS_PUBLISHSTATE() |
Determine if PUBLISHSTATE has a value |
UserCount¶
The number of users who have used the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERCOUNT() |
Getter for USERCOUNT |
RunCount¶
The number of runs done for the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNCOUNT() |
Getter for RUNCOUNT |
CreatedTime¶
The time this flow was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastUpdatedTime¶
The last time this flow was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
RequestId¶
The Amazon Web Services request ID for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |
Status¶
The HTTP status of the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |