/AWS1/CL_GDYLSTMALWARESCANSRSP¶
ListMalwareScansResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_scans TYPE /AWS1/CL_GDYMALWARESCAN=>TT_MALWARESCANS TT_MALWARESCANS¶
The list of malware scans associated with the provided input parameters.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The pagination parameter to be used on the next list operation to retrieve more scans.
Queryable Attributes¶
Scans¶
The list of malware scans associated with the provided input parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANS() |
Getter for SCANS, with configurable default |
ASK_SCANS() |
Getter for SCANS w/ exceptions if field has no value |
HAS_SCANS() |
Determine if SCANS has a value |
NextToken¶
The pagination parameter to be used on the next list operation to retrieve more scans.
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 |