Class: Aws::WorkLink::Types::DescribeDeviceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#first_accessed_timeTime

The date that the device first signed in to Amazon WorkLink.

Returns:

  • (Time)


312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 312

class DescribeDeviceResponse < Struct.new(
  :status,
  :model,
  :manufacturer,
  :operating_system,
  :operating_system_version,
  :patch_level,
  :first_accessed_time,
  :last_accessed_time,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#last_accessed_timeTime

The date that the device last accessed Amazon WorkLink.

Returns:

  • (Time)


312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 312

class DescribeDeviceResponse < Struct.new(
  :status,
  :model,
  :manufacturer,
  :operating_system,
  :operating_system_version,
  :patch_level,
  :first_accessed_time,
  :last_accessed_time,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#manufacturerString

The manufacturer of the device.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 312

class DescribeDeviceResponse < Struct.new(
  :status,
  :model,
  :manufacturer,
  :operating_system,
  :operating_system_version,
  :patch_level,
  :first_accessed_time,
  :last_accessed_time,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#modelString

The model of the device.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 312

class DescribeDeviceResponse < Struct.new(
  :status,
  :model,
  :manufacturer,
  :operating_system,
  :operating_system_version,
  :patch_level,
  :first_accessed_time,
  :last_accessed_time,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#operating_systemString

The operating system of the device.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 312

class DescribeDeviceResponse < Struct.new(
  :status,
  :model,
  :manufacturer,
  :operating_system,
  :operating_system_version,
  :patch_level,
  :first_accessed_time,
  :last_accessed_time,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#operating_system_versionString

The operating system version of the device.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 312

class DescribeDeviceResponse < Struct.new(
  :status,
  :model,
  :manufacturer,
  :operating_system,
  :operating_system_version,
  :patch_level,
  :first_accessed_time,
  :last_accessed_time,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#patch_levelString

The operating system patch level of the device.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 312

class DescribeDeviceResponse < Struct.new(
  :status,
  :model,
  :manufacturer,
  :operating_system,
  :operating_system_version,
  :patch_level,
  :first_accessed_time,
  :last_accessed_time,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current state of the device.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 312

class DescribeDeviceResponse < Struct.new(
  :status,
  :model,
  :manufacturer,
  :operating_system,
  :operating_system_version,
  :patch_level,
  :first_accessed_time,
  :last_accessed_time,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

The user name associated with the device.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 312

class DescribeDeviceResponse < Struct.new(
  :status,
  :model,
  :manufacturer,
  :operating_system,
  :operating_system_version,
  :patch_level,
  :first_accessed_time,
  :last_accessed_time,
  :username)
  SENSITIVE = []
  include Aws::Structure
end