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

Class: Aws::IoT::Types::ThingGroupProperties

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

Overview

Note:

When passing ThingGroupProperties as input to an Aws::Client method, you can use a vanilla Hash:

{
  thing_group_description: "ThingGroupDescription",
  attribute_payload: {
    attributes: {
      "AttributeName" => "AttributeValue",
    },
    merge: false,
  },
}

Thing group properties.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_payloadTypes::AttributePayload

The thing group attributes in JSON format.

Returns:

#thing_group_descriptionString

The thing group description.

Returns:

  • (String)

    The thing group description.