Amazon.ECS.AmazonECSClient.DescribeClusters C# (CSharp) Method

DescribeClusters() public method

Describes one or more of your clusters.
/// These errors are usually caused by a client action, such as using an action or resource /// on behalf of a user that doesn't have permission to use the action or resource, or /// specifying an identifier that is not valid. /// /// The specified parameter is invalid. Review the available parameters for the API request. /// /// These errors are usually caused by a server issue. ///
public DescribeClusters ( DescribeClustersRequest request ) : DescribeClustersResponse
request Amazon.ECS.Model.DescribeClustersRequest Container for the necessary parameters to execute the DescribeClusters service method.
return Amazon.ECS.Model.DescribeClustersResponse
        public DescribeClustersResponse DescribeClusters(DescribeClustersRequest request)
        {
            var marshaller = new DescribeClustersRequestMarshaller();
            var unmarshaller = DescribeClustersResponseUnmarshaller.Instance;

            return Invoke<DescribeClustersRequest,DescribeClustersResponse>(request, marshaller, unmarshaller);
        }
AmazonECSClient