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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



5299
5300
5301
5302
5303
# File 'lib/aws-sdk-devicefarm/types.rb', line 5299

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