Class: Aws::DeviceFarm::Types::GetJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetJobResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a get job request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
An object that contains information about the requested job.
Instance Attribute Details
#job ⇒ Types::Job
An object that contains information about the requested job.
1911 1912 1913 1914 1915 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1911 class GetJobResult < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |