StopRunOutput
import "github.com/aws/aws-sdk-go/service/devicefarm"
type StopRunOutput struct { Run *Run `locationName:"run" type:"structure"` }
Represents the results of your stop run attempt.
- Run
-
Represents a test run on a set of devices with a given app package, test parameters, etc.
Method
GoString
func (s StopRunOutput) GoString() string
GoString returns the string representation
SetRun
func (s *StopRunOutput) SetRun(v *Run) *StopRunOutput
SetRun sets the Run field's value.
String
func (s StopRunOutput) String() string
String returns the string representation