/AWS1/CL_BLDBTCGETSANDBOXESOUT¶
BatchGetSandboxesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_sandboxes TYPE /AWS1/CL_BLDSANDBOX=>TT_SANDBOXES TT_SANDBOXES¶
Information about the requested sandboxes.
it_sandboxesnotfound TYPE /AWS1/CL_BLDSANDBOXIDS_W=>TT_SANDBOXIDS TT_SANDBOXIDS¶
The IDs of sandboxes for which information could not be found.
Queryable Attributes¶
sandboxes¶
Information about the requested sandboxes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SANDBOXES() |
Getter for SANDBOXES, with configurable default |
ASK_SANDBOXES() |
Getter for SANDBOXES w/ exceptions if field has no value |
HAS_SANDBOXES() |
Determine if SANDBOXES has a value |
sandboxesNotFound¶
The IDs of sandboxes for which information could not be found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SANDBOXESNOTFOUND() |
Getter for SANDBOXESNOTFOUND, with configurable default |
ASK_SANDBOXESNOTFOUND() |
Getter for SANDBOXESNOTFOUND w/ exceptions if field has no v |
HAS_SANDBOXESNOTFOUND() |
Determine if SANDBOXESNOTFOUND has a value |