Class: Aws::Panorama::Types::Device
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::Device
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#brand ⇒ String
The device’s maker.
-
#created_time ⇒ Time
When the device was created.
-
#current_software ⇒ String
A device’s current software.
-
#description ⇒ String
A description for the device.
-
#device_aggregated_status ⇒ String
A device’s aggregated status.
-
#device_id ⇒ String
The device’s ID.
-
#last_updated_time ⇒ Time
When the device was updated.
-
#latest_device_job ⇒ Types::LatestDeviceJob
A device’s latest job.
-
#lease_expiration_time ⇒ Time
The device’s lease expiration time.
-
#name ⇒ String
The device’s name.
-
#provisioning_status ⇒ String
The device’s provisioning status.
-
#tags ⇒ Hash<String,String>
The device’s tags.
-
#type ⇒ String
The device’s type.
Instance Attribute Details
#brand ⇒ String
The device’s maker.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
When the device was created.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#current_software ⇒ String
A device’s current software.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the device.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#device_aggregated_status ⇒ String
A device’s aggregated status. Including the device’s connection status, provisioning status, and lease status.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The device’s ID.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
When the device was updated.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#latest_device_job ⇒ Types::LatestDeviceJob
A device’s latest job. Includes the target image version, and the update job status.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#lease_expiration_time ⇒ Time
The device’s lease expiration time.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The device’s name.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#provisioning_status ⇒ String
The device’s provisioning status.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The device’s tags.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The device’s type.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-panorama/types.rb', line 1261 class Device < Struct.new( :brand, :created_time, :current_software, :description, :device_aggregated_status, :device_id, :last_updated_time, :latest_device_job, :lease_expiration_time, :name, :provisioning_status, :tags, :type) SENSITIVE = [] include Aws::Structure end |