Skip to content

Guardduty  >  Operations  >  list_malware_protection_plans

list_malware_protection_plans

Operation

list_malware_protection_plans async

list_malware_protection_plans(input: ListMalwareProtectionPlansInput, plugins: list[Plugin] | None = None) -> ListMalwareProtectionPlansOutput

Lists the Malware Protection plan IDs associated with the protected resources in your Amazon Web Services account.

Parameters:

Name Type Description Default
input ListMalwareProtectionPlansInput

An instance of ListMalwareProtectionPlansInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
ListMalwareProtectionPlansOutput

An instance of ListMalwareProtectionPlansOutput.

Input

ListMalwareProtectionPlansInput dataclass

Dataclass for ListMalwareProtectionPlansInput structure.

Attributes

next_token class-attribute instance-attribute
next_token: str | None = None

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. The default page size is 100 plans.

Output

ListMalwareProtectionPlansOutput dataclass

Dataclass for ListMalwareProtectionPlansOutput structure.

Attributes

malware_protection_plans class-attribute instance-attribute
malware_protection_plans: list[MalwareProtectionPlanSummary] | None = None

A list of unique identifiers associated with each Malware Protection plan.

next_token class-attribute instance-attribute
next_token: str | None = None

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.