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

Class: Aws::IoT::Types::DescribeThingGroupResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The dynamic thing group index name.

Returns:

  • (String)

    The dynamic thing group index name.

#query_stringString

The dynamic thing group search query string.

Returns:

  • (String)

    The dynamic thing group search query string.

#query_versionString

The dynamic thing group query version.

Returns:

  • (String)

    The dynamic thing group query version.

#statusString

The dynamic thing group status.

Possible values:

  • ACTIVE
  • BUILDING
  • REBUILDING

Returns:

  • (String)

    The dynamic thing group status.

#thing_group_arnString

The thing group ARN.

Returns:

  • (String)

    The thing group ARN.

#thing_group_idString

The thing group ID.

Returns:

  • (String)

    The thing group ID.

#thing_group_metadataTypes::ThingGroupMetadata

Thing group metadata.

Returns:

#thing_group_nameString

The name of the thing group.

Returns:

  • (String)

    The name of the thing group.

#thing_group_propertiesTypes::ThingGroupProperties

The thing group properties.

Returns:

#versionInteger

The version of the thing group.

Returns:

  • (Integer)

    The version of the thing group.