/AWS1/CL_MDXREMFLOWOUTPUTRSP¶
RemoveFlowOutputResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_flowarn TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The ARN of the flow that the output was removed from.
iv_outputarn TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The ARN of the output that was removed.
Queryable Attributes¶
FlowArn¶
The ARN of the flow that the output was removed from.
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 |
OutputArn¶
The ARN of the output that was removed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTARN() |
Getter for OUTPUTARN, with configurable default |
ASK_OUTPUTARN() |
Getter for OUTPUTARN w/ exceptions if field has no value |
HAS_OUTPUTARN() |
Determine if OUTPUTARN has a value |