List Malware Protection Plans
guardduty_list_malware_protection_plans | R Documentation |
Lists the Malware Protection plan IDs associated with the protected resources in your Amazon Web Services account¶
Description¶
Lists the Malware Protection plan IDs associated with the protected resources in your Amazon Web Services account.
Usage¶
Arguments¶
NextToken
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.
Value¶
A list with the following syntax:
list(
MalwareProtectionPlans = list(
list(
MalwareProtectionPlanId = "string"
)
),
NextToken = "string"
)