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

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

Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English ("en") and Japanese ("ja") are currently supported. The response contains a TrustedAdvisorCheckDescription for each check.
/// An internal server error occurred. ///
public DescribeTrustedAdvisorChecks ( DescribeTrustedAdvisorChecksRequest request ) : DescribeTrustedAdvisorChecksResponse
request DescribeTrustedAdvisorChecksRequest Container for the necessary parameters to execute the DescribeTrustedAdvisorChecks service method.
Результат DescribeTrustedAdvisorChecksResponse
        public DescribeTrustedAdvisorChecksResponse DescribeTrustedAdvisorChecks(DescribeTrustedAdvisorChecksRequest request)
        {
            var marshaller = new DescribeTrustedAdvisorChecksRequestMarshaller();
            var unmarshaller = DescribeTrustedAdvisorChecksResponseUnmarshaller.Instance;

            return Invoke<DescribeTrustedAdvisorChecksRequest,DescribeTrustedAdvisorChecksResponse>(request, marshaller, unmarshaller);
        }
AmazonAWSSupportClient