/AWS1/CL_GLUGETBLUEPRINTRUNS01¶
GetBlueprintRunsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_blueprintruns
TYPE /AWS1/CL_GLUBLUEPRINTRUN=>TT_BLUEPRINTRUNS
TT_BLUEPRINTRUNS
¶
Returns a list of
BlueprintRun
objects.
iv_nexttoken
TYPE /AWS1/GLUGENERICSTRING
/AWS1/GLUGENERICSTRING
¶
A continuation token, if not all blueprint runs have been returned.
Queryable Attributes¶
BlueprintRuns¶
Returns a list of
BlueprintRun
objects.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BLUEPRINTRUNS() |
Getter for BLUEPRINTRUNS, with configurable default |
ASK_BLUEPRINTRUNS() |
Getter for BLUEPRINTRUNS w/ exceptions if field has no value |
HAS_BLUEPRINTRUNS() |
Determine if BLUEPRINTRUNS has a value |
NextToken¶
A continuation token, if not all blueprint runs have been returned.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |