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

Class: Aws::IoT::Types::ThingDocument

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

Overview

The thing search index document.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The attributes.

Returns:

  • (Hash<String,String>)

    The attributes.

#connectivityTypes::ThingConnectivity

Indicates whether the thing is connected to the AWS IoT service.

Returns:

#shadowString

The shadow.

Returns:

  • (String)

    The shadow.

#thing_group_namesArray<String>

Thing group names.

Returns:

  • (Array<String>)

    Thing group names.

#thing_idString

The thing ID.

Returns:

  • (String)

    The thing ID.

#thing_nameString

The thing name.

Returns:

  • (String)

    The thing name.

#thing_type_nameString

The thing type name.

Returns:

  • (String)

    The thing type name.