Class: Aws::Panorama::Types::DescribeDeviceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DescribeDeviceJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
When the job was created.
-
#device_arn ⇒ String
The device’s ARN.
-
#device_id ⇒ String
The device’s ID.
-
#device_name ⇒ String
The device’s name.
-
#device_type ⇒ String
The device’s type.
-
#image_version ⇒ String
For an OTA job, the target version of the device software.
-
#job_id ⇒ String
The job’s ID.
-
#job_type ⇒ String
The job’s type.
-
#status ⇒ String
The job’s status.
Instance Attribute Details
#created_time ⇒ Time
When the job was created.
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.
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.
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.
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.
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.
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.
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.
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.
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 |