inspector_remove_attributes_from_findings {paws.security.identity} | R Documentation |
Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.
See https://www.paws-r-sdk.com/docs/inspector_remove_attributes_from_findings/ for full documentation.
inspector_remove_attributes_from_findings(findingArns, attributeKeys)
findingArns |
[required] The ARNs that specify the findings that you want to remove attributes from. |
attributeKeys |
[required] The array of attribute keys that you want to remove from specified findings. |