Amazon.Inspector.AmazonInspectorClient.SetTagsForResource C# (CSharp) Метод

SetTagsForResource() публичный Метод

Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
/// 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 SetTagsForResource ( SetTagsForResourceRequest request ) : Amazon.Inspector.Model.SetTagsForResourceResponse
request Amazon.Inspector.Model.SetTagsForResourceRequest Container for the necessary parameters to execute the SetTagsForResource service method.
Результат Amazon.Inspector.Model.SetTagsForResourceResponse
        public SetTagsForResourceResponse SetTagsForResource(SetTagsForResourceRequest request)
        {
            var marshaller = new SetTagsForResourceRequestMarshaller();
            var unmarshaller = SetTagsForResourceResponseUnmarshaller.Instance;

            return Invoke<SetTagsForResourceRequest,SetTagsForResourceResponse>(request, marshaller, unmarshaller);
        }
AmazonInspectorClient