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

AddAttributesToFindings() public méthode

Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
/// 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 AddAttributesToFindings ( AddAttributesToFindingsRequest request ) : AddAttributesToFindingsResponse
request Amazon.Inspector.Model.AddAttributesToFindingsRequest Container for the necessary parameters to execute the AddAttributesToFindings service method.
Résultat Amazon.Inspector.Model.AddAttributesToFindingsResponse
        public AddAttributesToFindingsResponse AddAttributesToFindings(AddAttributesToFindingsRequest request)
        {
            var marshaller = new AddAttributesToFindingsRequestMarshaller();
            var unmarshaller = AddAttributesToFindingsResponseUnmarshaller.Instance;

            return Invoke<AddAttributesToFindingsRequest,AddAttributesToFindingsResponse>(request, marshaller, unmarshaller);
        }
AmazonInspectorClient