Amazon.ConfigService.AmazonConfigServiceClient.GetComplianceDetailsByResource C# (CSharp) Method

GetComplianceDetailsByResource() public method

Returns the evaluation results for the specified AWS resource. The results indicate which AWS Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.
/// One or more of the specified parameters are invalid. Verify that your parameters are /// valid and try again. ///
public GetComplianceDetailsByResource ( Amazon.ConfigService.Model.GetComplianceDetailsByResourceRequest request ) : Amazon.ConfigService.Model.GetComplianceDetailsByResourceResponse
request Amazon.ConfigService.Model.GetComplianceDetailsByResourceRequest Container for the necessary parameters to execute the GetComplianceDetailsByResource service method.
return Amazon.ConfigService.Model.GetComplianceDetailsByResourceResponse
        public GetComplianceDetailsByResourceResponse GetComplianceDetailsByResource(GetComplianceDetailsByResourceRequest request)
        {
            var marshaller = new GetComplianceDetailsByResourceRequestMarshaller();
            var unmarshaller = GetComplianceDetailsByResourceResponseUnmarshaller.Instance;

            return Invoke<GetComplianceDetailsByResourceRequest,GetComplianceDetailsByResourceResponse>(request, marshaller, unmarshaller);
        }
AmazonConfigServiceClient