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

DescribeServices() public method

Describes the specified services running in your cluster.
/// 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 cluster could not be found. You can view your available clusters with /// ListClusters. Amazon ECS clusters are region-specific. /// /// The specified parameter is invalid. Review the available parameters for the API request. /// /// These errors are usually caused by a server issue. ///
public DescribeServices ( DescribeServicesRequest request ) : DescribeServicesResponse
request Amazon.ECS.Model.DescribeServicesRequest Container for the necessary parameters to execute the DescribeServices service method.
return Amazon.ECS.Model.DescribeServicesResponse
        public DescribeServicesResponse DescribeServices(DescribeServicesRequest request)
        {
            var marshaller = new DescribeServicesRequestMarshaller();
            var unmarshaller = DescribeServicesResponseUnmarshaller.Instance;

            return Invoke<DescribeServicesRequest,DescribeServicesResponse>(request, marshaller, unmarshaller);
        }
AmazonECSClient