Amazon.Inspector.AmazonInspectorClient.RemoveAttributesFromFindings C# (CSharp) Méthode

RemoveAttributesFromFindings() public méthode

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.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public RemoveAttributesFromFindings ( RemoveAttributesFromFindingsRequest request ) : RemoveAttributesFromFindingsResponse
request Amazon.Inspector.Model.RemoveAttributesFromFindingsRequest Container for the necessary parameters to execute the RemoveAttributesFromFindings service method.
Résultat Amazon.Inspector.Model.RemoveAttributesFromFindingsResponse
        public RemoveAttributesFromFindingsResponse RemoveAttributesFromFindings(RemoveAttributesFromFindingsRequest request)
        {
            var marshaller = new RemoveAttributesFromFindingsRequestMarshaller();
            var unmarshaller = RemoveAttributesFromFindingsResponseUnmarshaller.Instance;

            return Invoke<RemoveAttributesFromFindingsRequest,RemoveAttributesFromFindingsResponse>(request, marshaller, unmarshaller);
        }
AmazonInspectorClient