Class: Aws::Panorama::Types::DeviceJob

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

Overview

A job that runs on a device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

When the job was created.

Returns:

  • (Time)


1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-panorama/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_idString

The ID of the target device.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-panorama/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_nameString

The name of the target device

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-panorama/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

#job_idString

The job's ID.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-panorama/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

#job_typeString

The job's type.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-panorama/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