Amazon.DeviceFarm.AmazonDeviceFarmClient.GetRun C# (CSharp) Method

GetRun() public method

Gets information about a run.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetRun ( Amazon.DeviceFarm.Model.GetRunRequest request ) : Amazon.DeviceFarm.Model.GetRunResponse
request Amazon.DeviceFarm.Model.GetRunRequest Container for the necessary parameters to execute the GetRun service method.
return Amazon.DeviceFarm.Model.GetRunResponse
        public GetRunResponse GetRun(GetRunRequest request)
        {
            var marshaller = new GetRunRequestMarshaller();
            var unmarshaller = GetRunResponseUnmarshaller.Instance;

            return Invoke<GetRunRequest,GetRunResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonDeviceFarmClient::GetRun ( string arn ) : Amazon.DeviceFarm.Model.GetRunResponse
AmazonDeviceFarmClient