Class: Aws::WorkLink::Types::DeviceSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb

Overview

The summary of devices.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The ID of the device.

Returns:

  • (String)


522
523
524
525
526
527
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 522

class DeviceSummary < Struct.new(
  :device_id,
  :device_status)
  SENSITIVE = []
  include Aws::Structure
end

#device_statusString

The status of the device.

Returns:

  • (String)


522
523
524
525
526
527
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 522

class DeviceSummary < Struct.new(
  :device_id,
  :device_status)
  SENSITIVE = []
  include Aws::Structure
end