Skip to content

/AWS1/CL_GDY=>DESCRIBEMALWARESCANS()

About DescribeMalwareScans

Returns a list of malware scans. Each member account can view the malware scans for their own accounts. An administrator can view the malware scans for all the member accounts.

There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.

Method Signature

IMPORTING

Required arguments:

IV_DETECTORID TYPE /AWS1/GDYDETECTORID /AWS1/GDYDETECTORID

The unique ID of the detector that the request is associated with.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.

IV_MAXRESULTS TYPE /AWS1/GDYINTEGERVALUEWITHMAX /AWS1/GDYINTEGERVALUEWITHMAX

You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 50. The maximum value is 50.

IO_FILTERCRITERIA TYPE REF TO /AWS1/CL_GDYFILTERCRITERIA /AWS1/CL_GDYFILTERCRITERIA

Represents the criteria to be used in the filter for describing scan entries.

IO_SORTCRITERIA TYPE REF TO /AWS1/CL_GDYSORTCRITERIA /AWS1/CL_GDYSORTCRITERIA

Represents the criteria used for sorting scan entries. The attributeName is required and it must be scanStartTime.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_GDYDSCMALWARESCANSRSP /AWS1/CL_GDYDSCMALWARESCANSRSP