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

Class: Aws::IoT::Types::ThingGroupDocument

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

Overview

The thing group search index document.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The thing group attributes.

Returns:

  • (Hash<String,String>)

    The thing group attributes.

#parent_group_namesArray<String>

Parent group names.

Returns:

  • (Array<String>)

    Parent group names.

#thing_group_descriptionString

The thing group description.

Returns:

  • (String)

    The thing group description.

#thing_group_idString

The thing group ID.

Returns:

  • (String)

    The thing group ID.

#thing_group_nameString

The thing group name.

Returns:

  • (String)

    The thing group name.