/AWS1/CL_SGM=>LISTFLOWDEFINITIONS()
¶
About ListFlowDefinitions¶
Returns information about the flow definitions in your account.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_CREATIONTIMEAFTER
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.
IV_CREATIONTIMEBEFORE
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only flow definitions that were created before the specified timestamp.
IV_SORTORDER
TYPE /AWS1/SGMSORTORDER
/AWS1/SGMSORTORDER
¶
An optional value that specifies whether you want the results sorted in
Ascending
orDescending
order.
IV_NEXTTOKEN
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
A token to resume pagination.
IV_MAXRESULTS
TYPE /AWS1/SGMMAXRESULTS
/AWS1/SGMMAXRESULTS
¶
The total number of items to return. If the total number of available items is more than the value specified in
MaxResults
, then aNextToken
will be provided in the output that you can use to resume pagination.