Amazon.AWSSupport.AmazonAWSSupportClient.DescribeTrustedAdvisorCheckResult C# (CSharp) Метод

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

Returns the results of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

The response contains a TrustedAdvisorCheckResult object, which contains these three objects:

In addition, the response contains these fields:

  • status. The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".

  • timestamp. The time of the last refresh of the check.

  • checkId. The unique identifier for the check.

/// An internal server error occurred. ///
public DescribeTrustedAdvisorCheckResult ( DescribeTrustedAdvisorCheckResultRequest request ) : DescribeTrustedAdvisorCheckResultResponse
request DescribeTrustedAdvisorCheckResultRequest Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckResult service method.
Результат DescribeTrustedAdvisorCheckResultResponse
        public DescribeTrustedAdvisorCheckResultResponse DescribeTrustedAdvisorCheckResult(DescribeTrustedAdvisorCheckResultRequest request)
        {
            var marshaller = new DescribeTrustedAdvisorCheckResultRequestMarshaller();
            var unmarshaller = DescribeTrustedAdvisorCheckResultResponseUnmarshaller.Instance;

            return Invoke<DescribeTrustedAdvisorCheckResultRequest,DescribeTrustedAdvisorCheckResultResponse>(request, marshaller, unmarshaller);
        }
AmazonAWSSupportClient