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

Class: Aws::IoT::Types::ThingAttribute

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

Overview

The properties of the thing, including thing name, thing type name, and a list of thing attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

A list of thing attributes which are name-value pairs.

Returns:

  • (Hash<String,String>)

    A list of thing attributes which are name-value pairs.

#thing_arnString

The thing ARN.

Returns:

  • (String)

    The thing ARN.

#thing_nameString

The name of the thing.

Returns:

  • (String)

    The name of the thing.

#thing_type_nameString

The name of the thing type, if the thing has been associated with a type.

Returns:

  • (String)

    The name of the thing type, if the thing has been associated with a type.

#versionInteger

The version of the thing record in the registry.

Returns:

  • (Integer)

    The version of the thing record in the registry.