/AWS1/CL_SGMCALLBACKSTEPMET¶
Metadata about a callback step.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_callbacktoken
TYPE /AWS1/SGMCALLBACKTOKEN
/AWS1/SGMCALLBACKTOKEN
¶
The pipeline generated token from the Amazon SQS queue.
iv_sqsqueueurl
TYPE /AWS1/SGMSTRING256
/AWS1/SGMSTRING256
¶
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
it_outputparameters
TYPE /AWS1/CL_SGMOUTPUTPARAMETER=>TT_OUTPUTPARAMETERLIST
TT_OUTPUTPARAMETERLIST
¶
A list of the output parameters of the callback step.
Queryable Attributes¶
CallbackToken¶
The pipeline generated token from the Amazon SQS queue.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CALLBACKTOKEN() |
Getter for CALLBACKTOKEN, with configurable default |
ASK_CALLBACKTOKEN() |
Getter for CALLBACKTOKEN w/ exceptions if field has no value |
HAS_CALLBACKTOKEN() |
Determine if CALLBACKTOKEN has a value |
SqsQueueUrl¶
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SQSQUEUEURL() |
Getter for SQSQUEUEURL, with configurable default |
ASK_SQSQUEUEURL() |
Getter for SQSQUEUEURL w/ exceptions if field has no value |
HAS_SQSQUEUEURL() |
Determine if SQSQUEUEURL has a value |
OutputParameters¶
A list of the output parameters of the callback step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTPARAMETERS() |
Getter for OUTPUTPARAMETERS, with configurable default |
ASK_OUTPUTPARAMETERS() |
Getter for OUTPUTPARAMETERS w/ exceptions if field has no va |
HAS_OUTPUTPARAMETERS() |
Determine if OUTPUTPARAMETERS has a value |