Class: Aws::Panorama::Types::Job

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-panorama/types.rb

Overview

A job for a device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The target device’s ID.

Returns:

  • (String)


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_idString

The job’s ID.

Returns:

  • (String)


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