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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_time ⇒ Time

When the job was created.

Returns:

  • (Time)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File '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_arn ⇒ String

The device's ARN.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File '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_id ⇒ String

The device's ID.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File '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_name ⇒ String

The device's name.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File '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_type ⇒ String

The device's type.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File '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_version ⇒ String

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 '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_id ⇒ String

The job's ID.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File '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_type ⇒ String

The job's type.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File '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

#status ⇒ String

The job's status.

Returns:

  • (String)


678
679
680
681
682
683
684
685
686
687
688
689
690
# File '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