Class: Aws::WorkLink::Types::DeviceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DeviceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
The summary of devices.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The ID of the device.
-
#device_status ⇒ String
The status of the device.
Instance Attribute Details
#device_id ⇒ String
The ID of the device.
522 523 524 525 526 527 |
# File 'lib/aws-sdk-worklink/types.rb', line 522 class DeviceSummary < Struct.new( :device_id, :device_status) SENSITIVE = [] include Aws::Structure end |
#device_status ⇒ String
The status of the device.
522 523 524 525 526 527 |
# File 'lib/aws-sdk-worklink/types.rb', line 522 class DeviceSummary < Struct.new( :device_id, :device_status) SENSITIVE = [] include Aws::Structure end |