Class: Aws::Panorama::Types::Job
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::Job
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A job for a device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The target device’s ID.
-
#job_id ⇒ String
The job’s ID.
Instance Attribute Details
#device_id ⇒ String
The target device’s ID.
1401 1402 1403 1404 1405 1406 |
# File 'lib/aws-sdk-panorama/types.rb', line 1401 class Job < Struct.new( :device_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job’s ID.
1401 1402 1403 1404 1405 1406 |
# File 'lib/aws-sdk-panorama/types.rb', line 1401 class Job < Struct.new( :device_id, :job_id) SENSITIVE = [] include Aws::Structure end |