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.
5240 5241 5242 5243 5244 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5240 class StopJobResult < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |