Class: Aws::Panorama::Types::DeviceJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DeviceJob
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A job that runs on a device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
When the job was created.
-
#device_id ⇒ String
The ID of the target device.
-
#device_name ⇒ String
The name of the target device.
-
#job_id ⇒ String
The job’s ID.
-
#job_type ⇒ String
The job’s type.
Instance Attribute Details
#created_time ⇒ Time
When the job was created.
1303 1304 1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-panorama/types.rb', line 1303 class DeviceJob < Struct.new( :created_time, :device_id, :device_name, :job_id, :job_type) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The ID of the target device.
1303 1304 1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-panorama/types.rb', line 1303 class DeviceJob < Struct.new( :created_time, :device_id, :device_name, :job_id, :job_type) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of the target device
1303 1304 1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-panorama/types.rb', line 1303 class DeviceJob < Struct.new( :created_time, :device_id, :device_name, :job_id, :job_type) SENSITIVE = [] include Aws::Structure end |