Class: Aws::Panorama::Types::LatestDeviceJob

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

Overview

Returns information about the latest device job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_versionString

The target version of the device software.

Returns:

  • (String)


1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1443

class LatestDeviceJob < Struct.new(
  :image_version,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

The job's type.

Returns:

  • (String)


1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1443

class LatestDeviceJob < Struct.new(
  :image_version,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the latest device job.

Returns:

  • (String)


1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1443

class LatestDeviceJob < Struct.new(
  :image_version,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end