Class: Aws::Panorama::Types::DescribeDeviceJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

When the job was created.

Returns:

  • (Time)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 678

class DescribeDeviceJobResponse < Struct.new(
  :created_time,
  :device_arn,
  :device_id,
  :device_name,
  :device_type,
  :image_version,
  :job_id,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#device_arnString

The device's ARN.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 678

class DescribeDeviceJobResponse < Struct.new(
  :created_time,
  :device_arn,
  :device_id,
  :device_name,
  :device_type,
  :image_version,
  :job_id,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#device_idString

The device's ID.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 678

class DescribeDeviceJobResponse < Struct.new(
  :created_time,
  :device_arn,
  :device_id,
  :device_name,
  :device_type,
  :image_version,
  :job_id,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The device's name.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 678

class DescribeDeviceJobResponse < Struct.new(
  :created_time,
  :device_arn,
  :device_id,
  :device_name,
  :device_type,
  :image_version,
  :job_id,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#device_typeString

The device's type.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 678

class DescribeDeviceJobResponse < Struct.new(
  :created_time,
  :device_arn,
  :device_id,
  :device_name,
  :device_type,
  :image_version,
  :job_id,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#image_versionString

For an OTA job, the target version of the device software.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 678

class DescribeDeviceJobResponse < Struct.new(
  :created_time,
  :device_arn,
  :device_id,
  :device_name,
  :device_type,
  :image_version,
  :job_id,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job's ID.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 678

class DescribeDeviceJobResponse < Struct.new(
  :created_time,
  :device_arn,
  :device_id,
  :device_name,
  :device_type,
  :image_version,
  :job_id,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

The job's type.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 678

class DescribeDeviceJobResponse < Struct.new(
  :created_time,
  :device_arn,
  :device_id,
  :device_name,
  :device_type,
  :image_version,
  :job_id,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The job's status.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 678

class DescribeDeviceJobResponse < Struct.new(
  :created_time,
  :device_arn,
  :device_id,
  :device_name,
  :device_type,
  :image_version,
  :job_id,
  :job_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end