Class: Aws::Panorama::Types::LatestDeviceJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::LatestDeviceJob
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Returns information about the latest device job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_version ⇒ String
The target version of the device software.
-
#job_type ⇒ String
The job’s type.
-
#status ⇒ String
Status of the latest device job.
Instance Attribute Details
#image_version ⇒ String
The target version of the device software.
1443 1444 1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-panorama/types.rb', line 1443 class LatestDeviceJob < Struct.new( :image_version, :job_type, :status) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The job’s type.
1443 1444 1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-panorama/types.rb', line 1443 class LatestDeviceJob < Struct.new( :image_version, :job_type, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the latest device job.
1443 1444 1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-panorama/types.rb', line 1443 class LatestDeviceJob < Struct.new( :image_version, :job_type, :status) SENSITIVE = [] include Aws::Structure end |