Class: Aws::DeviceFarm::Types::StopJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::StopJobResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
The job that was stopped.
Instance Attribute Details
#job ⇒ Types::Job
The job that was stopped.
5245 5246 5247 5248 5249 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5245 class StopJobResult < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |