/AWS1/CL_MDXADDFLOWOUTPUTSRSP¶
AddFlowOutputsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_flowarn TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The ARN of the flow that these outputs were added to.
it_outputs TYPE /AWS1/CL_MDXOUTPUT=>TT___LISTOFOUTPUT TT___LISTOFOUTPUT¶
The details of the newly added outputs.
Queryable Attributes¶
FlowArn¶
The ARN of the flow that these outputs were added to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWARN() |
Getter for FLOWARN, with configurable default |
ASK_FLOWARN() |
Getter for FLOWARN w/ exceptions if field has no value |
HAS_FLOWARN() |
Determine if FLOWARN has a value |
Outputs¶
The details of the newly added outputs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTS() |
Getter for OUTPUTS, with configurable default |
ASK_OUTPUTS() |
Getter for OUTPUTS w/ exceptions if field has no value |
HAS_OUTPUTS() |
Determine if OUTPUTS has a value |