Class: Aws::DeviceFarm::Types::StopJobResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::Job

The job that was stopped.

Returns:



5341
5342
5343
5344
5345
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5341

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