You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#first_accessed_timeTime

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

Returns:

  • (Time)

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

#last_accessed_timeTime

The date that the device last accessed Amazon WorkLink.

Returns:

  • (Time)

    The date that the device last accessed Amazon WorkLink.

#manufacturerString

The manufacturer of the device.

Returns:

  • (String)

    The manufacturer of the device.

#modelString

The model of the device.

Returns:

  • (String)

    The model of the device.

#operating_systemString

The operating system of the device.

Returns:

  • (String)

    The operating system of the device.

#operating_system_versionString

The operating system version of the device.

Returns:

  • (String)

    The operating system version of the device.

#patch_levelString

The operating system patch level of the device.

Returns:

  • (String)

    The operating system patch level of the device.

#statusString

The current state of the device.

Possible values:

  • ACTIVE
  • SIGNED_OUT

Returns:

  • (String)

    The current state of the device.

#usernameString

The user name associated with the device.

Returns:

  • (String)

    The user name associated with the device.