/AWS1/CL_MDXREMOVEFLOWSRCRSP¶
RemoveFlowSourceResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_flowarn TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The ARN of the flow that the source was removed from.
iv_sourcearn TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The ARN of the source that was removed.
Queryable Attributes¶
FlowArn¶
The ARN of the flow that the source 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 |
SourceArn¶
The ARN of the source that was removed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEARN() |
Getter for SOURCEARN, with configurable default |
ASK_SOURCEARN() |
Getter for SOURCEARN w/ exceptions if field has no value |
HAS_SOURCEARN() |
Determine if SOURCEARN has a value |