Class: Aws::Panorama::Types::DescribeDeviceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DescribeDeviceJobResponse
- Defined in:
- gems/aws-sdk-panorama/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.
-
#status ⇒ String
The job's status.
Instance Attribute Details
#created_time ⇒ Time
When the job was created.
808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 808 class DescribeDeviceJobResponse < Struct.new( :created_time, :device_arn, :device_id, :device_name, :device_type, :image_version, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#device_arn ⇒ String
The device's ARN.
808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 808 class DescribeDeviceJobResponse < Struct.new( :created_time, :device_arn, :device_id, :device_name, :device_type, :image_version, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The device's ID.
808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 808 class DescribeDeviceJobResponse < Struct.new( :created_time, :device_arn, :device_id, :device_name, :device_type, :image_version, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The device's name.
808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 808 class DescribeDeviceJobResponse < Struct.new( :created_time, :device_arn, :device_id, :device_name, :device_type, :image_version, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The device's type.
808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 808 class DescribeDeviceJobResponse < Struct.new( :created_time, :device_arn, :device_id, :device_name, :device_type, :image_version, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
For an OTA job, the target version of the device software.
808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 808 class DescribeDeviceJobResponse < Struct.new( :created_time, :device_arn, :device_id, :device_name, :device_type, :image_version, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job's ID.
808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 808 class DescribeDeviceJobResponse < Struct.new( :created_time, :device_arn, :device_id, :device_name, :device_type, :image_version, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job's status.
808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 808 class DescribeDeviceJobResponse < Struct.new( :created_time, :device_arn, :device_id, :device_name, :device_type, :image_version, :job_id, :status) SENSITIVE = [] include Aws::Structure end |