Class: Aws::DeviceFarm::Types::StopRunResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents the results of your stop run attempt.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#runTypes::Run

The run that was stopped.

Returns:



5400
5401
5402
5403
5404
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5400

class StopRunResult < Struct.new(
  :run)
  SENSITIVE = []
  include Aws::Structure
end