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

Class: Aws::IoT1ClickDevicesService::Types::DeviceDescription

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the device.

Returns:

  • (String)

    The ARN of the device.

#attributesHash<String,String>

An array of zero or more elements of DeviceAttribute objects providing user specified device attributes.

Returns:

  • (Hash<String,String>)

    An array of zero or more elements of DeviceAttribute objects providing user specified device attributes.

#device_idString

The unique identifier of the device.

Returns:

  • (String)

    The unique identifier of the device.

#enabledBoolean

A Boolean value indicating whether or not the device is enabled.

Returns:

  • (Boolean)

    A Boolean value indicating whether or not the device is enabled.

#remaining_lifeFloat

A value between 0 and 1 inclusive, representing the fraction of life remaining for the device.

Returns:

  • (Float)

    A value between 0 and 1 inclusive, representing the fraction of life remaining for the device.

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)

#typeString

The type of the device, such as \"button\".

Returns:

  • (String)

    The type of the device, such as \"button\".